
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
	background: url("../../images/fvbg.jpg");
	background-position: center;
	background-size: cover;
padding-top: 180px;
	padding-bottom: 80px;
	box-sizing: border-box;
}

.top_main .wrap {
	max-width: 1400px;
	margin: auto;
	padding: 0 5%;
	box-sizing: border-box;
	
}


.pcimg {
	display: block;
}
.spimg {
	display: none;
}


.wrap-960 {
	max-width: 1120px;
	margin: auto;
}

.wrap-870 {
	max-width: 870px;
	margin: auto;
}
.wrap-1120 {
	max-width: 1120px;
	margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
}



.pcBOX {
	display: flex;
	justify-content: space-between;
}
.pcBOX .title {
	width: 55%;
	position: relative;
}
.pcBOX .ill {
	width: 45%;
}
a.headDL {
	
	display: block;
	background: #0050e4;
	padding: 15px 25px;
	box-sizing: border-box;
	border-radius: 60px;
	max-width: 400px;
	text-align: center;
	color:#fff;
	font-size: clamp(1.6rem, 1.2vw, 1.8rem);
	font-weight: 600;

  margin: 20px auto 0;
}

.spBOX {
	display: none;
}
 
@media screen and (max-width: 834px) {
	
.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height:auto;
  background: #fff;
	background: url("../../images/fvbg.jpg");
	background-position: center;
	background-size: cover;
padding-top: 60px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
	
.wrap-960 {
	max-width: 960px;
	margin: auto 15px;
	box-sizing: border-box;
}

.wrap-870 {
	max-width: 870px;
	margin: auto 15px;
	box-sizing: border-box;
}
.wrap-1120 {
	max-width: 870px;
	margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
	
.pcimg {
	display: none;
}
.spimg {
	display: block;
}
	
.pcBOX {
	display: none;
	justify-content: space-between;
}
	.spBOX {
	display: block;
}
a.headDL {
	
	display: block;
	background: #0050e4;
	padding: 15px 25px;
	box-sizing: border-box;
	border-radius: 60px;
	max-width: 90%;
	text-align: center;
	color:#fff;
	font-size: clamp(1.5rem, 1.2vw, 1.8rem);
	font-weight: 600;

  margin: 0px auto 40px;
}

}



/* --------------------------　top-01　-------------------------- */

.Content01 {
	background: #fff;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}
.testBOX {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
}

.testBOX h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.testBOX h3 {
	text-align: center;
	font-size: clamp(1.7rem, 2.2vw, 2.2rem);
	font-weight: 600;
	margin-bottom: 50px;
	font-family: "Noto Sans JP", sans-serif;
}
.sampleBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.testCALL  {
	width: 49.5%;
	background: #ecf1f9;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-bottom: 10px;
}

.testSOUND  {
	width: 49.5%;
	background: #f8f8f9;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-bottom: 10px;
}

.sampleBOX .icon  {
	width: 70px;
	margin: auto;
	position: relative;
	margin-top: -70px;
	margin-bottom: 10px;
}
.sampleBOX h4 {
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	font-weight: 600;
	color:#0050e4;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.sampleBOX p {
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	line-height: 1.5;
	margin-bottom: 20px;
}
.sampleBOX .kome {
	text-align: center;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	line-height: 1.5;
	color:#535353;
}

a.sampleCALL {
	display: block;
	background: #0050e4;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 60px;
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	margin-top: 50px;
}
a.sampleCALL:before {
	content: '';/*何も入れない*/
	position: absolute;
left:30px;
	top:33%;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/callbutton.png");
  background-size: cover;
  vertical-align: middle;
	
}

.soundLIST {
	
}
.soundLIST li {
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.soundLIST li h5 {
font-size: clamp(1.5rem, 1.6vw, 1.6rem);
}
.soundLIST li p {
font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	color:#535353;
	margin: 0;
	padding: 0;
}


.soundLIST .audio-control {
      display: inline-block;
 
      cursor: pointer;
      width: 40px;
      height: 40px;
	position: relative;
    }








/* --------------------------　Content02　-------------------------- */

.Content02 {
	background: #f0f3f9;
	padding: 60px 0 30px 0;
	box-sizing: border-box;
}

.Content02 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content02 h2 span {
	font-size: clamp(3rem, 5vw, 4rem); 
	color:#0050e4;
}


.nayamiBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nayamiBOX li {
	width: 49%;
	background: #fce9ed;
	border: 4px solid #eb5555;
	padding: 30px 20px;
	box-sizing: border-box;
	border-radius: 15px;
	position: relative;
	margin-bottom: 25px;
}
.nayamiBOX li h3 {
	font-size: clamp(2rem, 2.8vw, 2.8rem);
	color:#d33030;
	text-align: center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.nayamiBOX li p {
	text-align: center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	font-size: clamp(1.5rem, 1.7vw, 1.8rem);
}
.nayamiBOX li figure {
   position: relative;
	width: 60%;
top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
	margin-top: -30px;
}



ul.checkbullet li {
  position:relative;
  line-height: 1.5;
	background: #fff;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	font-weight: 600;
}
ul.checkbullet li:before{
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../../images/check.png");
  background-size: contain;
  vertical-align: middle;
	left:0;
	top:12px;
}

.Content02 h3 {
	text-align: center;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	margin-bottom: 30px;
}
.Content02 h3 span {
	color:#0050e4;
}
.sankaku {
	max-width: 180px;
	margin: auto;
	margin-bottom: 20px;
}





/* --------------------------　Content03　-------------------------- */

.Content03 {
	background: #fff;
	padding: 40px 0 40px 0;
	box-sizing: border-box;
	position: relative;
}

.Content03 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content03 h2 span {
	color:#0050e4;
}

.reasonBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.reasonBOX.rev {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.reasonBOX .text {
	width: 55%;
}
.reasonBOX .ph {
	width: 42%;
}

.reasonBOX .text .Num {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	color:#fff;
	background: #f0f3f9;
	color:#0050e4;
	font-weight: bold;
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: 40px;
	margin-bottom: 15px;
}
.reasonBOX .text h3 {
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	margin-bottom: 10px;
	line-height: 1.5;
}

.reasonBOX .text p {
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.reasonBOX .ph img {
border-radius: 10px;
}





/* --------------------------　Content04　-------------------------- */

.Content04 {
	background: #f0f3f9;
	padding: 60px 0 50px 0;
	box-sizing: border-box;
}

.Content04 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content04 h2 span {
	color:#0050e4;
}


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

.MeritBOX li {
	width: 32%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(100,100,100,0.1);
	margin-bottom: 20px;
	background: #fff;
}

.MeritBOX figure  {
	width: 60px;
	margin: auto;
	position: relative;
	margin-top: -50px;
	margin-bottom: 10px;
}
.MeritBOX h3 {
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	margin-bottom: 10px;
}
.MeritBOX p {
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 1.6;
}



/* --------------------------　Content05　-------------------------- */

.Content05 {
	background: #fff;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}

.Content05 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content05 h2 span {
	color:#0050e4;
}

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

.voiceBOX li {
	width: 48.5%;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: #f7f6f6;
	margin-bottom: 20px;
}

.voiceBOX li figure {
	width: 25%;
}
.voiceBOX li .text {
	width: 70%;
	display: flex;
  flex-direction: column;

}
.voiceBOX li p {
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
	color:#262626;
	line-height: 1.6;
	margin-bottom: 20px;
}
.voiceBOX li .name {
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
	font-weight: bold;

	line-height: 1.6;
	margin-top: auto;
}

/* --------------------------　Content06　-------------------------- */

.Content06 {
	background: #f6f6f6;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}

.Content06 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content06 h2 span {
	color:#0050e4;
}

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

.stepBOX li {
	background: #fff;
	width: 18.5%;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 0 0 20px rgba(200,200,200,0.1);
	position: relative;
}
.stepBOX li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.stepBOX li:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: none;
  border-left: 15px solid #fff;
}

.stepBOX li figure  {
	width: 50px;
	margin: auto;
	position: relative;
	margin-top: -40px;
	margin-bottom: 10px;
}

.stepBOX li h3 {
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	margin-bottom: 10px;
}
.stepBOX li p {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	color:#262626;
	line-height: 1.4;
	margin-bottom: 20px;
}

/* --------------------------　Content05　-------------------------- */

.Content06b {
	background: #fff;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}

.Content06b h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content06b h2 span {
	color:#0050e4;
}

.priceBOX {
	border: 4px solid #0050e4;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	width: 70%;
	margin: auto;
}
.priceBOX h3 {
	text-align: center;
	font-size: clamp(2rem, 3vw, 3rem);
	margin-bottom: 10px;
}
.priceBOX .price {
	text-align: center;
	font-size: clamp(4rem,6vw, 6rem);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#0050e4;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.priceBOX .price span {
	text-align: center;
	font-size: clamp(1.8rem, 2vw, 2rem);
	 font-family: "Noto Sans JP", sans-serif;
	color:#222;
}
.subLIST {
	margin-bottom: 30px;
}
.subLIST li {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-left: 30px;
	box-sizing: border-box;
}
.subLIST .koumoku {
	width: 50%;
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
	box-sizing: border-box;
}
.subLIST .hiyou {
	width: 50%;
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	text-align: right;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.subLIST .hiyou span {
	width: 50%;
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}

.subLIST li:before{
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../../images/check.png");
  background-size: contain;
  vertical-align: middle;
	left:0;
	top:3px;
}
.priceBOX .kome {
	text-align: center;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	line-height: 1.5;
	color:#535353;
}





/* --------------------------　Content07　-------------------------- */

.Content07 {
	background: #f6f6f6;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}

.Content07 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content07 h2 span {
	color:#0050e4;
}


.accordion {
margin-bottom:40px;	
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}


.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 15px;
	position: relative;
	background: #0050e4;
	color:#fff;
	font-size: clamp(1.5rem, 2vw, 2rem); 
}
.accordion > ul > li > a:hover {
	opacity: 0.8;
}

.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 10px;
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:5px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
font-size: clamp(1.4rem, 1.7vw, 1.7rem); 
	margin-top: 5px;
	margin-left: 15px;
}

/* --------------------------　Content07　-------------------------- */

.Content08 {
	background: #0050e4;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}

.Content08 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 60px;
	color:#fff;
}
.Content08 h2 span {
	color:#0050e4;
}

.callBOX {
	width: 50%;
	margin: auto;
	margin-bottom:50px;
}
.callBOX  p {
	color:#fff;text-align: center;
	margin-bottom: 15px;
}
a.ctaCALL {
	display: block;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 60px;
	width: 100%;
	text-align: center;
	color:#0050e4;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	
}
a.ctaCALL:before {
	content: '';/*何も入れない*/
	position: absolute;
left:40px;
	top:37%;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/ctatell.png");
  background-size: cover;
  vertical-align: middle;
	
}

.contactBOX  {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
}
.contactBOX li  {
	width: 49%;
}
a.ctaCONTACT {
	display: block;
	background: #fcd602;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color:#222;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	
}
a.ctaDL {
	display: block;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color:#0050e4;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	
}


.ctaarea  {
	display: flex !important;
  flex-direction: column !important;
	background: #fff  !important;
}
.ctaBUTTON {
	margin-top: auto;
}

a.download {
	display: block;
	background: #0050e4;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 0px;
	
}

a.soudan {
	display: block;
	background: #fcd602;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color:#222;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 0px;
	
}



@media screen and (max-width: 834px) {
	
/* --------------------------　top-01　-------------------------- */

.Content01 {
	background: #fff;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
}
.testBOX {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
}

.testBOX h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.testBOX h3 {
	text-align: center;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	font-weight: 600;
	margin-bottom: 50px;
	font-family: "Noto Sans JP", sans-serif;
}
.sampleBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testCALL  {
	width: auto;
	background: #ecf1f9;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
	
}

.testSOUND  {
	width: auto;
	background: #f8f8f9;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}

.sampleBOX .icon  {
	width: 60px;
	margin: auto;
	position: relative;
	margin-top: -40px;
	margin-bottom: 10px;
}
.sampleBOX h4 {
	text-align: center;
	font-size: clamp(1.7rem, 2.2vw, 2.2rem);
	font-weight: 600;
	color:#0050e4;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.sampleBOX p {
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	line-height: 1.5;
	margin-bottom: 15px;
}
.sampleBOX .kome {
	text-align: center;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	line-height: 1.5;
	color:#535353;
}

a.sampleCALL {
	display: block;
	background: #0050e4;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 60px;
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
}
a.sampleCALL:before {
	content: '';/*何も入れない*/
	position: absolute;
left:30px;
	top:33%;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/callbutton.png");
  background-size: cover;
  vertical-align: middle;
	
}

.soundLIST {
	
}
.soundLIST li {
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.soundLIST li h5 {
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.soundLIST li p {
font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	color:#535353;
	margin: 0;
	padding: 0;
	text-align: left;
}


.soundLIST .audio-control {
      display: inline-block;
      cursor: pointer;
      width: 30px;
      height: 30px;
	position: relative;
	top:5px;
    }








/* --------------------------　Content02　-------------------------- */

.Content02 {
	background: #f0f3f9;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
}

.Content02 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 20px;
}
.Content02 h2 span {
	font-size: clamp(2.4rem, 5vw, 4rem); 
	color:#0050e4;
}



.nayamiBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nayamiBOX li {
	width: 90%;
	margin: auto;
	background: #fce9ed;
	border: 4px solid #eb5555;
	padding: 15px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-bottom: 25px;
}
.nayamiBOX li h3 {
	font-size: clamp(1.8rem, 2.8vw, 2.8rem);
	color:#d33030;
	text-align: center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.nayamiBOX li p {
	text-align: center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	font-size: clamp(1.5rem, 1.7vw, 1.8rem);
}
.nayamiBOX li figure {
   position: relative;
	width: 60%;
top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
	margin-top: -30px;
}

ul.checkbullet li {
  position:relative;
  line-height: 1.5;
	background: #fff;
	padding: 5px 10px 5px 30px;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	font-weight: 600;
}
ul.checkbullet li:before{
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../../images/check.png");
  background-size: contain;
  vertical-align: middle;
	left:0;
	top:12px;
}

.Content02 h3 {
	text-align: center;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	margin-bottom: 0px;
}
.Content02 h3 span {
	color:#0050e4;
}
.sankaku {
	max-width: 180px;
	margin: auto;
	margin-bottom: 20px;
	margin-top:20px;
}





/* --------------------------　Content03　-------------------------- */

.Content03 {
	background: #fff;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
	position: relative;
}

.Content03 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 30px;
}
.Content03 h2 span {
	color:#0050e4;
}

.reasonBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
}
.reasonBOX.rev {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.reasonBOX .text {
	width: auto;
	margin-bottom: 15px;
}
.reasonBOX .ph {
	width: auto;
}

.reasonBOX .text .Num {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	color:#fff;
	background: #f0f3f9;
	color:#0050e4;
	font-weight: bold;
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: 40px;
	margin-bottom: 10px;
}
.reasonBOX .text h3 {
	font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	margin-bottom: 10px;
	line-height: 1.5;
}

.reasonBOX .text p {
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.reasonBOX .ph img {
border-radius: 6px;
}





/* --------------------------　Content04　-------------------------- */

.Content04 {
	background: #f0f3f9;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
}

.Content04 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 30px;
}
.Content04 h2 span {
	color:#0050e4;
}


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

.MeritBOX li {
	width: 49%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(100,100,100,0.1);
	margin-bottom: 10px;
	background: #fff;
}

.MeritBOX figure  {
	width: 40px;
	margin: auto;
	position: relative;
	margin-top: -30px;
	margin-bottom: 10px;
}
.MeritBOX h3 {
	text-align: center;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	margin-bottom: 5px;
	line-height: 1.5;
}
.MeritBOX p {
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 1.5;
}



/* --------------------------　Content05　-------------------------- */

.Content05 {
	background: #fff;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
}

.Content05 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 30px;
}
.Content05 h2 span {
	color:#0050e4;
}

.voiceBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.voiceBOX li {
	width: auto;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: #f7f6f6;
	margin-bottom: 10px;
}

.voiceBOX li figure {
	width: 20%;
}
.voiceBOX li .text {
	width: 75%;
	display: flex;
  flex-direction: column;

}
.voiceBOX li p {
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	color:#262626;
	line-height: 1.6;
	margin-bottom: 10px;
}
.voiceBOX li .name {
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	font-weight: bold;

	line-height: 1.6;
	margin-top: auto;
}

/* --------------------------　Content06　-------------------------- */

.Content06 {
	background: #f6f6f6;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.Content06 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 50px;
}
.Content06 h2 span {
	color:#0050e4;
}

.stepBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stepBOX li {
	background: #fff;
	width: auto;
	border-radius: 4px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	box-shadow: 0 0 20px rgba(200,200,200,0.1);
	position: relative;
}
.stepBOX li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: none;
}
.stepBOX li:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: none;
  border-left: 15px solid #fff;
}

.stepBOX li figure  {
	width: 50px;
	margin: auto;
	position: relative;
	margin-top: -40px;
	margin-bottom: 10px;
}

.stepBOX li h3 {
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	margin-bottom: 10px;
}
.stepBOX li p {
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
	color:#262626;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* --------------------------　Content05　-------------------------- */

.Content06b {
	background: #fff;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.Content06b h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 30px;
}
.Content06b h2 span {
	color:#0050e4;
}

.priceBOX {
	border: 4px solid #0050e4;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	width: 85%;
	margin: auto;
}
.priceBOX h3 {
	text-align: center;
	font-size: clamp(2rem, 3vw, 3rem);
	margin-bottom: 10px;
}
.priceBOX .price {
	text-align: center;
	font-size: clamp(3.5rem,6vw, 6rem);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#0050e4;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.priceBOX .price span {
	text-align: center;
	font-size: clamp(1.6rem, 2vw, 2rem);
	 font-family: "Noto Sans JP", sans-serif;
	color:#222;
}
.subLIST {
	margin-bottom: 15px;
}
.subLIST li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 5px;
	padding-left: 30px;
	box-sizing: border-box;
}
.subLIST .koumoku {
	width: auto;
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	box-sizing: border-box;
	display: flex;
  align-items: center;
}
.subLIST .hiyou {
	width: auto;
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.subLIST .hiyou span {
	width: 50%;
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}

.subLIST li:before{
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../../images/check.png");
  background-size: contain;
  vertical-align: middle;
	left:0;
	top:0px;
}
.priceBOX .kome {
	text-align: center;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	line-height: 1.5;
	color:#535353;
}





/* --------------------------　Content07　-------------------------- */

.Content07 {
	background: #f6f6f6;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.Content07 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 20px;
}
.Content07 h2 span {
	color:#0050e4;
}


.accordion {
margin-bottom:40px;	
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 5px;
}


.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 40px 12px 20px;
	position: relative;
	background: #0050e4;
	color:#fff;
	font-size: clamp(1.5rem, 2vw, 2rem); 
}
.accordion > ul > li > a:hover {
	opacity: 0.8;
}

.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 10px;
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top:50%;
	right:0;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
font-size: clamp(1.4rem, 1.7vw, 1.7rem); 
	margin-top: 5px;
	margin-left: 15px;
}

/* --------------------------　Content07　-------------------------- */

.Content08 {
	background: #0050e4;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.Content08 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	margin-bottom: 40px;
	color:#fff;
}
.Content08 h2 span {
	color:#0050e4;
}

.callBOX {
	width: 85%;
	margin: auto;
	margin-bottom:20px;
}
.callBOX  p {
	color:#fff;text-align: center;
	margin-bottom: 15px;
}
a.ctaCALL {
	display: block;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 60px;
	width: 100%;
	text-align: center;
	color:#0050e4;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	
}
a.ctaCALL:before {
	content: '';/*何も入れない*/
	position: absolute;
left:40px;
	top:37%;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background:url("../../images/ctatell.png");
  background-size: cover;
  vertical-align: middle;
	
}

.contactBOX  {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}
.contactBOX li  {
	width: 49%;
}
a.ctaCONTACT {
	display: block;
	background: #fcd602;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color:#222;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.4;
	
}
a.ctaDL {
	display: block;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color:#0050e4;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.4;
	
}
	
}



.bold {
	font-weight: bold;
}


/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear !important;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}


.sCTA .sampleBOX {
	margin: 0;
	margin-top: 30px;
}
.gyosyu  {
	display: flex;
	justify-content: space-between;
}
.gyosyu li  {
	width: 24%;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.gyosyu li h3  {
	text-align: center;
	font-size: clamp(1.6rem, 2.5vw,2.5rem);
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.gyosyu li h3 span  {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	font-size: clamp(1.4rem, 1.6vw,1.4rem);
	
}
.gyosyu li figure  {
margin-top: auto;
	
}

.Content05 h4.sub {
	text-align: center;
	font-size: clamp(1.6rem, 2.5vw,2.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	margin-top: -30px;
}

.speedy {
	
}


.speedy {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	display: flex;
	justify-content: space-between;
}
.speedy .Left {
	width: 48%;
}
.speedy .Right {
	width: 48%;
	background: #f0f3f9;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
}
.speedy .Left .num {
	text-align: center;
	font-size: clamp(20rem,25vw, 25rem);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#0050e4;
	line-height: 1;
}
.speedy .Left .tx {
	text-align: center;
	font-size: clamp(3rem,4vw, 4rem);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#0050e4;
	line-height: 1;
	margin-bottom: 30px;
}
.speedy .Right h4 {
	text-align: center;
	font-size: clamp(1.6rem, 2.5vw,2.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.kyoyu .list01 {
	
}
.kyoyu .list01,
.kyoyu .list02,
.kyoyu .list03,
.kyoyu .list04,
.kyoyu .list05 {
	display: block;
	width: 100%;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 600;
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.kyoyu .list01 span,
.kyoyu .list02 span,
.kyoyu .list03 span,
.kyoyu .list04 span,
.kyoyu .list05 span {

	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.kyoyu .list01:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background:url("../../images/i01.png");
  background-size: cover;
  vertical-align: middle;
	
}
.kyoyu .list02:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background:url("../../images/i02.png");
  background-size: cover;
  vertical-align: middle;
	
}
.kyoyu .list03:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background:url("../../images/i03.png");
  background-size: cover;
  vertical-align: middle;
	
}
.kyoyu .list04:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background:url("../../images/i04.png");
  background-size: cover;
  vertical-align: middle;
	
}

.kyoyu .list05:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background:url("../../images/i05.png");
  background-size: cover;
  vertical-align: middle;
	
}

.stepBOX .icon {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}

table#table-01 {
    width: 100%;
	box-sizing: border-box;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

table#table-01 th {
    padding: 20px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #3a3ce9;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
	color:#fff;
	box-sizing: border-box;
}
table#table-01 td {
    padding: 30px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
#table-01 .tbP {
	font-size: clamp(2rem, 4vw, 4rem);
	color:#d33030;
	font-weight: bold;
}
.blue {
	font-weight: bold;
	color:#3a3ce9;
}
.first {
	width: 20%;
}
.camp {
	text-align: center;
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin-bottom: 60px;
}
.camp span {
	color:#d33030;
	font-weight: bold;
}


.payBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.payBOX li {
	width: 49%;
		background: #fff;
	border: 5px solid #3a3ce9;
	border-radius: 15px;
	padding: 40px;
	box-sizing: border-box;
}
.payBOX h3 {
	font-size: clamp(1.8rem, 3vw,3rem);
	color:#3a3ce9;
	text-align: center;
	margin-bottom: 10px;
}
.payBOX li figure {
	width: 25%;
	margin: auto;
	margin-bottom: 10px;
}
.payBOX02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.payBOX02 li {
	width: 49%;
}

.payBOX02 h3 {
	font-size: clamp(1.6rem, 2.2vw,2.2rem);
	color:#3a3ce9;
}
.payBOX02 p {
	font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}


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

.sCTA .sampleBOX {
	margin: 0;
	margin-top: 30px;
}
.gyosyu  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gyosyu li  {
	width: 49%;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.gyosyu li h3  {
	text-align: center;
	font-size: clamp(1.6rem, 2.5vw,2.5rem);
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.gyosyu li h3 span  {
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	font-size: clamp(1.2rem, 1.6vw,1.4rem);
	
}
.gyosyu li figure  {
	width: 60%;
	margin: auto;
	
}

.Content05 h4.sub {
	text-align: center;
	font-size: clamp(1.6rem, 2.5vw,2.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	margin-top: -20px;
}

.speedy {
	
}


.speedy {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.speedy .Left {
	width: auto;
	margin-bottom: 15px;
}
.speedy .Right {
	width: auto;
	background: #f0f3f9;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 8px;
}
.speedy .Left .num {
	text-align: center;
	font-size: clamp(10rem,25vw, 25rem);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#0050e4;
	line-height: 1;
}
.speedy .Left .tx {
	text-align: center;
	font-size: clamp(2.4rem,4vw, 4rem);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color:#0050e4;
	line-height: 1;
	margin-bottom: 20px;
}
.speedy .Right h4 {
	text-align: center;
	font-size: clamp(1.6rem, 2.5vw,2.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.kyoyu {
	width: 100%;
}
.kyoyu .list01,
.kyoyu .list02,
.kyoyu .list03,
.kyoyu .list04,
.kyoyu .list05 {
	display: block;
	width: auto;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.kyoyu .list01 span,
.kyoyu .list02 span,
.kyoyu .list03 span,
.kyoyu .list04 span,
.kyoyu .list05 span {

	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.kyoyu .list01:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/i01.png");
  background-size: cover;
  vertical-align: middle;
	
}
.kyoyu .list02:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-0%;
   width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/i02.png");
  background-size: cover;
  vertical-align: middle;
	
}
.kyoyu .list03:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
   width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/i03.png");
  background-size: cover;
  vertical-align: middle;
	
}
.kyoyu .list04:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
   width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/i04.png");
  background-size: cover;
  vertical-align: middle;
	
}

.kyoyu .list05:before {
	content: '';/*何も入れない*/
	position: absolute;
left:0px;
	top:-10%;
   width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background:url("../../images/i05.png");
  background-size: cover;
  vertical-align: middle;
	
}

.stepBOX .icon {
	width: 30%;
	margin: auto;
	margin-bottom: 10px;
}

table#table-01 {
    width: 100%;
	box-sizing: border-box;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	display: none;
}

table#table-01 th {
    padding: 20px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #3a3ce9;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
	color:#fff;
	box-sizing: border-box;
}
table#table-01 td {
    padding: 30px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
#table-01 .tbP {
	font-size: clamp(2rem, 4vw, 4rem);
	color:#d33030;
	font-weight: bold;
}
.blue {
	font-weight: bold;
	color:#3a3ce9;
}
.first {
	width: 20%;
}
.camp {
	text-align: center;
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin-bottom: 30px;
}
.camp span {
	color:#d33030;
	font-weight: bold;
}


.payBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
}
.payBOX li {
	width: 90%;
	margin: auto;
		background: #fff;
	border: 5px solid #3a3ce9;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.payBOX h3 {
	font-size: clamp(1.8rem, 3vw,3rem);
	color:#3a3ce9;
	text-align: center;
	margin-bottom: 10px;
}
.payBOX li figure {
	width: 25%;
	margin: auto;
	margin-bottom: 10px;
}
.payBOX02 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0px;
}
.payBOX02 li {
	width: auto;
	margin-bottom: 15px;
}

.payBOX02 h3 {
	font-size: clamp(1.6rem, 2.2vw,2.2rem);
	color:#3a3ce9;
}
.payBOX02 p {
	font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
	
	
	

table#table-02 {
    width: 100%;
	box-sizing: border-box;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	
}

table#table-02 th {
	display: block;
	width: 100%;
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #3a3ce9;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
	color:#fff;
	box-sizing: border-box;
}
table#table-02 td {
	display: block;
	width: 100%;
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	text-align: left;
}
#table-02 .tbP {
	font-size: clamp(2rem, 4vw, 4rem);
	color:#d33030;
	font-weight: bold;
	display: inline-block;
}	
	
	.sptb {
		display: flex;
		margin-bottom: 10px;
		
	}
	
	.sptb .komoku {
		background: #ddddf0;
		padding: 10px;
		box-sizing: border-box;
		margin-right: 15px;
	}	
		.sptb .cont {
display: flex;
  justify-content: center;

			flex-direction: column;
	}	
	
	
	
}

.strikethrough {
  text-decoration: line-through;
}



