/*
試しcss*/

/*絶対変更しない！！！！！！！！！！！！！！！！
Theme Name:Lightning Pro-child
Template:lightning-pro
*/





/*Hタグまとめ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/



/*アナウンス---Hタグ
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/

.announce-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #FCF9F7!important;
	 position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 100vh 0 0 100vh;
  background: #7fc06c!important;
}

.announce-title h2:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fcf9f7!important;
}


@media  (min-width: 600px) {
.announce-title h2 {
	font-size: 28px!important;
	}
}

@media  (max-width: 599px) {
.announce-title h2 {
	font-size: 24px!important;
	}
}	


/*固定ページ---全H2タグ
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/


.kotei-page h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: left!important;
	/*---ここまで必須---*/
	color: #321d10!important;
	    position: relative;
  text-shadow: 0 0 2px white;
   z-index: 0;
}

.kotei-page h2:before {
  content: "";
  position: absolute;
  background: #9BCE8C!important;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: -20px
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}



@media  (min-width: 600px) {
.kotei-page h2 {
	font-size: 28px!important;
	}
}

@media  (max-width: 599px) {
.kotei-page h2 {
	font-size: 24px!important;
	}
}	


/*固定ページ---全H3タグ
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.kotei-page h3 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: left!important;
	/*---ここまで必須---*/
	color: #321d10!important;
border-bottom: dashed 3px #fbc95c!important;
margin: 0em 1.5em!important;
}

@media  (min-width: 600px) {
.kotei-page h3 {
	font-size: 24px!important;
	}
}

@media  (max-width: 599px) {
.kotei-page h3 {
	font-size: 20px!important;
	}
}	


/*ボタンまとめ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/


/*キャンペーン---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.campaign-button  {
	
}

.campaign-button a {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	text-align: center!important;
	font-weight: 700!important;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 40%)!important;
	margin: 0 auto!important;
	/*---ここまで必須---*/
	color: #fcf9f7!important;
	  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  background-color: #7fc06c!important;
  border-radius: 50vh;
  transition: 0.3s;
}

.campaign-button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #E9CFBD!important;
  border-radius: 50vh;
  transition: 0.2s;
}

.campaign-button a::after {
  content: '';
  width: 10px;
    height: 10px;
  border-top: 3px solid #fcf9f7!important;
  border-right: 3px solid #fcf9f7!important;
  transform: rotate(45deg);
}

.campaign-button a:hover::before {
  top: 0;
  left: 0;
}

.campaign-button a:hover {
  text-decoration: none;
  background-color: #569941!important;
}


@media  (min-width: 600px) {
.campaign-button a {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.campaign-button a {
	font-size: 18px!important;
	}
}


/*---特長---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.tokuchou-button  {
}

.tokuchou-button a {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	text-align: center!important;
	font-weight: 700!important;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 40%)!important;
	margin: 0 auto!important;
	/*---ここまで必須---*/
	color: #fcf9f7!important;
	  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  background-color: #7fc06c!important;
  border-radius: 50vh;
  transition: 0.3s;
}

.tokuchou-button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #E9CFBD!important;
  border-radius: 50vh;
  transition: 0.2s;
}

.tokuchou-button a::after {
  content: '';
  width: 10px;
    height: 10px;
  border-top: 3px solid #fcf9f7!important;
  border-right: 3px solid #fcf9f7!important;
  transform: rotate(45deg);
}

.tokuchou-button a:hover::before {
  top: 0;
  left: 0;
}

.tokuchou-button a:hover {
  text-decoration: none;
  background-color: #569941!important;
}


@media  (min-width: 600px) {
.tokuchou-button a {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.tokuchou-button a {
	font-size: 18px!important;
	}
}

/*---教室長---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.teacher-button  {
}

.teacher-button a {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	text-align: center!important;
	font-weight: 700!important;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 40%)!important;
	margin: 0 auto!important;
	/*---ここまで必須---*/
	color: #fcf9f7!important;
	  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  background-color: #7fc06c!important;
  border-radius: 50vh;
  transition: 0.3s;
}

.teacher-button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #E9CFBD!important;
  border-radius: 50vh;
  transition: 0.2s;
}

.teacher-button a::after {
  content: '';
  width: 10px;
    height: 10px;
  border-top: 3px solid #fcf9f7!important;
  border-right: 3px solid #fcf9f7!important;
  transform: rotate(45deg);
}

.teacher-button a:hover::before {
  top: 0;
  left: 0;
}

.teacher-button a:hover {
  text-decoration: none;
  background-color: #569941!important;
}


@media  (min-width: 600px) {
.teacher-button a {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.teacher-button a {
	font-size: 18px!important;
	}
}

/*---zisseki---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.zisseki-button  {
}

.zisseki-button a {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	text-align: center!important;
	font-weight: 700!important;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 40%)!important;
	margin: 0 auto!important;
	/*---ここまで必須---*/
	color: #fcf9f7!important;
	  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  background-color: #7fc06c!important;
  border-radius: 50vh;
  transition: 0.3s;
}

.zisseki-button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #E9CFBD!important;
  border-radius: 50vh;
  transition: 0.2s;
}

.zisseki-button a::after {
  content: '';
  width: 10px;
    height: 10px;
  border-top: 3px solid #fcf9f7!important;
  border-right: 3px solid #fcf9f7!important;
  transform: rotate(45deg);
}

.zisseki-button a:hover::before {
  top: 0;
  left: 0;
}

.zisseki-button a:hover {
  text-decoration: none;
  background-color: #569941!important;
}


@media  (min-width: 600px) {
.zisseki-button a {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.zisseki-button a {
	font-size: 18px!important;
	}
}

/*---コース---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.course-button  {
	
}

.course-button a {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	text-align: center!important;
	font-weight: 700!important;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 40%)!important;
	margin: 0 auto!important;
	/*---ここまで必須---*/
	color: #fcf9f7!important;
	  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  background-color: #7fc06c!important;
  border-radius: 50vh;
  transition: 0.3s;
}

.course-button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #E9CFBD!important;
  border-radius: 50vh;
  transition: 0.2s;
}

.course-button a::after {
  content: '';
  width: 10px;
    height: 10px;
  border-top: 3px solid #fcf9f7!important;
  border-right: 3px solid #fcf9f7!important;
  transform: rotate(45deg);
}

.course-button a:hover::before {
  top: 0;
  left: 0;
}

.course-button a:hover {
  text-decoration: none;
  background-color: #569941!important;
}


@media  (min-width: 600px) {
.course-button a {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.course-button a {
	font-size: 18px!important;
	}
}


/*---保護者の声---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.voice-button  {
	
}

.voice-button a {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	text-align: center!important;
	font-weight: 700!important;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 40%)!important;
	margin: 0 auto!important;
	/*---ここまで必須---*/color: #fcf9f7!important;
	  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  background-color: #7fc06c!important;
  border-radius: 50vh;
  transition: 0.3s;
}

.voice-button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #E9CFBD!important;
  border-radius: 50vh;
  transition: 0.2s;
}

.voice-button a::after {
  content: '';
  width: 10px;
    height: 10px;
  border-top: 3px solid #fcf9f7!important;
  border-right: 3px solid #fcf9f7!important;
  transform: rotate(45deg);
}

.voice-button a:hover::before {
  top: 0;
  left: 0;
}

.voice-button a:hover {
  text-decoration: none;
  background-color: #569941!important;
}


@media  (min-width: 600px) {
.voice-button a {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.voice-button a {
	font-size: 18px!important;
	}
}




/*各要素タイトルまとめ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/
/*---キャンペーン---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.campaign-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;
	
}
	
@media  (min-width: 600px) {
.campaign-title h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.campaign-title h2 {
	font-size: 36px!important;
	}
}





/*---特長---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.tokuchou-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;

}



@media  (min-width: 600px) {
.tokuchou-title h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.tokuchou-title h2 {
	font-size: 36px!important;
	}
}


/*---教室長---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.teacher-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;
}


@media  (min-width: 600px) {
.teacher-title h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.teacher-title h2 {
	font-size: 36px!important;
	}
}




/*---実績---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.zisseki-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;

}



@media  (min-width: 600px) {
.zisseki-title h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.zisseki-title h2 {
	font-size: 36px!important;
	}
}



/*---コース・料金---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.course h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;

}


@media  (min-width: 600px) {
.course h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.course h2 {
	font-size: 36px!important;
	}
}


/*---保護者の声---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.voice h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;

}


@media  (min-width: 600px) {
.voice h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.voice h2 {
	font-size: 36px!important;
	}
}



/*---入塾の流れ---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.flow-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;

}


@media  (min-width: 600px) {
.flow-title h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.flow-title h2 {
	font-size: 36px!important;
	}
}


/*---アクセス---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.access-title h2 {
	letter-spacing: 0.15em!important;
	line-height: 1.68!important;
	font-weight: 900!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;

}


@media  (min-width: 600px) {
.access-title h2 {
	font-size: 40px!important;
	}
}

@media  (max-width: 599px) {
.access-title h2 {
	font-size: 36px!important;
	}
}



/*全ページ共通まとめ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/
/*コネクションデザイン
---------------------------------------------------------------------------------------------------*/
.symbol {
	text-align: center!important;
	color: #7fc06c!important;
	font-weight: 900!important;
	}
	

/*マーカーメッセージ
---------------------------------------------------------------------------------------------------*/
@media  (min-width: 600px) {
.one-point-message {
	text-align: center!important;
	line-height: 1.68;
	}
}

@media  (max-width: 599px) {
.one-point-message {
    text-align: left!important;
	line-height: 1.68;
	}
}

.one-point-message .marker {
	background: linear-gradient(transparent 70%, #fbc06c 40%);
    font-weight: 600;
	color: #321d10!important;
	}
	
@media  (min-width: 600px) {
.one-point-message .marker {
	font-size: 24px;
	}
}

@media  (max-width: 599px) {
.one-point-message .marker {
	font-size: 18px;
	}
}



/*キャンペーンゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*キャンペーン---背景
---------------------------------------------------------------------------------------------------*/

.campaign {
	text-align: center!important;
	/*---ここまで必須---*/
	background-color: #fff!important;
}

/*キャンペーン---写真
---------------------------------------------------------------------------------------------------*/
.campaign img {
    max-width: 100%;
    height: auto;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
 	}

/*アナウンスゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*アナウンス---背景
---------------------------------------------------------------------------------------------------*/
.announce {
	text-align: center!important;
	/*---ここまで必須---*/
	background-color: #fff!important;
	
}


/*アナウンス---投稿記事
---------------------------------------------------------------------------------------------------*/

.announce p {
	text-align: left!important;
}

.announce a {
	color: #321d10!important;
}


/*特長ゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*特長---背景
---------------------------------------------------------------------------------------------------*/
.tokuchou {
	text-align: center!important;
	/*---ここまで必須---*/
	background: radial-gradient(
    circle farthest-side at 200px 200px,
    #fbc95c 0%,
    #FCE1A5 100%);    
}


/*特長---ボックス
---------------------------------------------------------------------------------------------------*/
.tokuchou-box {
width: 100%;/* 紙の横幅 100%にすると全幅表示に */
   padding: 15px 15px 15px 15px;
   background: 	#FCF9F7!important;/* 紙の色 */
   box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
   word-break: break-all;

}
.tokuchou-box-tape {
    width: 200px!important;
    height: 35px;
    margin: -25px auto 0;
    background: #7fc06c!important;/* テープの色 */
    transform: rotate(-3deg);
    opacity: 0.4;
	}

/*特長---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/
.tokuchou-box-title h3 {
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: center !important;
	/*---ここまで必須---*/
	color: #321d10!important;
}


@media  (min-width: 600px) {
.tokuchou-box-title h3 {
	font-size: 22px!important;
	}
}

@media  (max-width: 599px) {
.tokuchou-box-title h3 {
	font-size: 20px!important;
	}
}


/*特長---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/
.tokuchou-box-text {
	text-align: left!important;
	font-weight: 900!important;
	line-height: 1.68!important;
	/*---ここまで必須---*/
	color: #321d10!important;
	margin: 1em 0em;
}


@media  (min-width: 600px) {
.tokuchou-box-text {
	font-size: 16px!important;
	}
}

@media  (max-width: 599px) {
.tokuchou-box-text {
	font-size: 14px!important;
	}
}



/*特長---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/
.tokuchou-box .su-spoiler {
    margin-bottom: 0;
}

.tokuchou-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.tokuchou-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}

/*特長---写真
---------------------------------------------------------------------------------------------------*/
.tokuchou img {
    max-width: 100%;
    height: auto;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
 	}




/*教室長紹介ゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*教室長---背景
---------------------------------------------------------------------------------------------------*/
.teacher {
	text-align: center!important;
	/*---ここまで必須---*/
background-image:  radial-gradient(#fbc95c 2px, transparent 2px), radial-gradient(#fbc95c 2px, #fcf9f7 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
}



/*教室長---ボックス
---------------------------------------------------------------------------------------------------*/
.teacher-box {
padding:2em 0.5em;/*内側余白*/
position: relative;
border: 15px solid #F7EDE6;/* 線の太さ・種類・色 */
z-index: 0;
 box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
  background: #fff!important;
}

.teacher-box:before {
background-color: #6bbfac;/* ワインポイントの色 */
content: '';
display: block;
position: absolute;
top: -15px;
left: -15px;
width: 15px;
height: 15px;
z-index: 1;
}

.teacher-box ul {
margin: 0em!important;
}

.teacher-box li {
margin: 0em!important;
}

.teacher-box li {
    position: relative !important;
    list-style: none !important;
}


	
/*教室長---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/

.teacher-box-title h3 {
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: center !important;
	/*---ここまで必須---*/
	color: #321d10!important;
	
}

@media  (min-width: 600px) {
.teacher-box-title h3 {
	font-size: 20px!important;
	}
}

@media  (max-width: 599px) {
.teacher-box-title h3 {
	font-size: 18px!important;
	}
}



/*教室長---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/

.teacher-box-text {
	text-align: left!important;
	font-weight: 900!important;
	line-height: 1.68!important;
	/*---ここまで必須---*/
	color: #321d10!important;
	
	
}

@media  (min-width: 600px) {
.teacher-box-text {
	font-size: 16px!important;
	}
}

@media  (max-width: 599px) {
.teacher-box-text  {
	font-size: 14px!important;
	}
}


/*教室長---ボックス---Font Awesome
---------------------------------------------------------------------------------------------------*/
.teacher-box .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #6bbfac;
}

/*教室長---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/
.teacher-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.teacher-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}


/*教室長---写真
---------------------------------------------------------------------------------------------------*/

.teacher-box img{
    max-width: 100%;
    height: auto;
	
 	}



/*　実績ゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*実績---背景
---------------------------------------------------------------------------------------------------*/

.zisseki {
	text-align: center!important;
	/*---ここまで必須---*/
	background-color: #fff!important;
}

.zisseki img{
	margin-bottom: 0px!important;
}

/*実績---ボックス
---------------------------------------------------------------------------------------------------*/

.zisseki-box {
text-align: left!important;
	font-weight: 900!important;
	line-height: 1.68!important;
color: #321d10!important;
/*---この下デザイン入れる---*/
   background: #f7ede6;
   padding: 2em 1em 2em 2em;
   position: relative;	
   box-shadow: 4px 4px 4px rgba(0,0,0,0.40);

}

.zisseki-box::before {
   content: "";
   position: absolute;
   border-right: dotted 10px #C47A4A!important;/*ドットの設定*/
   height:95%;
   top:0.5em;
   left:0.5em;
}


.zisseki-box p {
	text-align: right!important;
}

/*実績---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/

.zisseki-box-title h3 {
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: center !important;
	/*---ここまで必須---*/
	color: #321d10!important;
	
}

@media  (min-width: 600px) {
.zisseki-box-title h3 {
	font-size: 22px!important;
	}
}

@media  (max-width: 599px) {
.zisseki-box-title h3 {
	font-size: 18px!important;
	}
}
 
 
/*実績---ボックス---表
---------------------------------------------------------------------------------------------------*/

.zisseki-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: transparent!important;
}

@media  (min-width: 600px) {
.zisseki-box td, th {
    padding: 2em!important;
    font-size: 14px!important;
}
}

@media  (max-width: 599px) {
.zisseki-box td, th {
    padding: 1em!important;
    font-size: 12px!important;
}
}  



/*保護者・生徒のお声ゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*声---背景
---------------------------------------------------------------------------------------------------*/
.voice {
	text-align: center!important;
	/*---ここまで必須---*/
	background-color: #E6F4F0!important;
}



/*声---ボックス
---------------------------------------------------------------------------------------------------*/

.voice-box1{
padding: 1em 1.5em;
 width: 100%; /*幅の調節*/
 background-color: #fff!important; /* 背景色 */
 border: 4px solid #fcd88c; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.voice-box2{
padding: 1em 1.5em;
 width: 100%; /*幅の調節*/
 background-color: #fff!important; /* 背景色 */
 border: 4px solid #b1fc8d; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}
.voice-box3{
padding: 1em 1.5em;
 width: 100%; /*幅の調節*/
 background-color: #fff!important; /* 背景色 */
 border: 4px solid #8dfcd9; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
box-shadow: 4px 4px 4px rgba(0,0,0,0.40);

}

.voice-box4{
padding: 1em 1.5em;
 width: 100%; /*幅の調節*/
 background-color: #fff!important; /* 背景色 */
 border: 4px solid #8db1fc; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}


.voice-box5{
padding: 1em 1.5em;
 width: 100%; /*幅の調節*/
 background-color: #fff!important; /* 背景色 */
 border: 4px solid #d98dfc; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
box-shadow: 4px 4px 4px rgba(0,0,0,0.40);

}


.voice-box6{
padding: 1em 1.5em;
 width: 100%; /*幅の調節*/
 background-color: #fff!important; /* 背景色 */
 border: 4px solid #fc8db1; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

/*声---タイトル
---------------------------------------------------------------------------------------------------*/
.voice-box-title h3 {
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: center!important;
	/*---ここまで必須---*/
	color: #321d10!important;
	
}


@media  (min-width: 600px) {
.voice-box-title  h3 {
	font-size: 24px!important;
	}
}

@media  (max-width: 599px) {
.voice-box-title  h3 {
	font-size: 22px!important;
	}
}
  
/*声---テキスト
---------------------------------------------------------------------------------------------------*/

.voice-box-text {
	text-align: left!important;
	font-weight: 900!important;
	line-height: 1.68!important;
	/*---ここまで必須---*/
	color: #321d10!important;
}


@media  (min-width: 600px) {
.voice-box-text {
	font-size: 16px!important;
	}
}

@media  (max-width: 599px) {
.voice-box-text {
	font-size: 14px!important;

	}
}

/*声---スポイラー
---------------------------------------------------------------------------------------------------*/

.voice-box  .su-spoiler {
    margin-bottom: 0em!important;
}

.voice-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left;
}


	
	
/*コース・料金のゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*コース---背景
---------------------------------------------------------------------------------------------------*/
.course {
	text-align: center!important;
	/*---ここまで必須---*/
	background-color: #fff!important;

}


.course img {
    margin-bottom: 0px!important;
}


/*コース---ボックス
---------------------------------------------------------------------------------------------------*/


.course-box1 {
 position: relative!important;
    background: #FDEFD2!important;
    box-shadow: 0px 0px 0px 5px #FDEFD2!important;
    border: dashed 2px white;
    padding: 1.3em 0.7em!important;
}

.course-box1:after {
    position: absolute!important;
    content: ''!important;
    right: -7px!important;
    top: -7px!important;
    border-width: 0 15px 15px 0!important;
    border-style: solid!important;
    border-color: #fbc95c #fff #fbc95c!important;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15)!important;
}


.course-box2 {
 position: relative!important;
    background: #E6F2E2!important;
    box-shadow: 0px 0px 0px 5px #E6F2E2!important;
    border: dashed 2px white;
   padding: 1.3em 0.7em!important;
}

.course-box2:after {
    position: absolute!important;
    content: ''!important;
    right: -7px!important;
    top: -7px!important;
    border-width: 0 15px 15px 0!important;
    border-style: solid!important;
    border-color: #7fc06c #fff #7fc06c!important;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15)!important;
}


.course-box3 {
 position: relative!important;
    background: #E2F2EE!important;
    box-shadow: 0px 0px 0px 5px #E2F2EE!important;
    border: dashed 2px white;
   padding: 1.3em 0.7em!important;
}

.course-box3:after {
    position: absolute!important;
    content: ''!important;
    right: -7px!important;
    top: -7px!important;
    border-width: 0 15px 15px 0!important;
    border-style: solid!important;
    border-color: #6bbfac #fff #6bbfac!important;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15)!important;
}






/*コース---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/
.course-box-title h3 {
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	font-weight: 700!important;
	text-align: center !important;
	/*---ここまで必須---*/
	color: #321d10!important;
	
}

@media  (min-width: 600px) {
.course-box-title h3 {
	font-size:20px!important;
	}
}

@media  (max-width: 599px) {
.course-box-title h3 {
	font-size:18px!important;
	}
}

/*コース---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/
.course-box-text {
	text-align: left!important;
	font-weight: 900!important;
	line-height: 1.68!important;
	/*---ここまで必須---*/
	color: #321d10!important;
}

@media  (min-width: 600px) {
.course-box-text {
	font-size:16px!important;
	}
}

@media  (max-width: 599px) {
.course-box-text {
	font-size:14px!important;
	}  
}
 

/*コース---ボックス---Font Awesome
---------------------------------------------------------------------------------------------------*/
.course-box1 .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #6bbfac;
}

.course-box2 .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #6bbfac;
}

.course-box3 .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #6bbfac;
}

	
	

/*入塾の流れゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

.flow {
	text-align: center!important;
	/*---ここまで必須---*/
	background-color: #fff!important;
	
}

/*入塾の流れ内容
---------------------------------------------------------------------------------------------------*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle1 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #fbc95c;/*---円の色---*/
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle1 span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .stepcircle2 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #6bbfac;/*---円の色---*/
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle2 span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .stepcircle3 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #7fc06c;/*---円の色---*/
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle3 span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  color: #321d10;/*---タイトルの色---*/;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
  color: #321d10;/*---テキストの色---*/;
}

.stepbar .stepbarwrap .stepline {
  width: 3px;
    height: 70px;
    background-color: #F0DDD0;/*---線の色---*/;
    position: absolute;
    top: 4em;
    left: 1.3em;
    z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
   .stepbar {
    width: 90%;
  }
}


	
/*お問合せ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*---コンタクト---タイトル
---------------------------------------------------------------------------------------------------*/
@media  (min-width: 600px) {
.contact-title h2 {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.contact-title h2 {
	font-size:36px !important;
	}
}



.contact-title h2 {
	text-align: center!important;
    font-weight: 900!important;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
    position: relative;
    padding: 0.5em;
    margin: 0.5em 0;
    background: #fff;
    color: #4C873A!important;
    font-weight: bold;
    border-radius: 20px;
}
	
.contact-title h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    width: 0;
    height: 0;
	}
	
	
/*お問合せ---背景
---------------------------------------------------------------------------------------------------*/
.contact-form {
	text-align: center!important;
}


.contact {
	background-color: #7fc06c!important;
	color: #321d10!important;
	}
	

.contact-box {
    position: relative;
    display: inline-block;
    margin: 0.5em 0;
    padding: 7px 10px;
    width: 100%;
    font-size: 16px;
    background: #fff;
    border: transparent;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center!important;
	}			
	
	
/*お問合せその他
---------------------------------------------------------------------------------------------------*/

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #fff;
    opacity: 0.75;
    width: 0px!important;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0!important;
    position: relative;
}	

.wpcf7-spinner {
	display: none;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0px;
    position: relative; 
}

.contact .btn-primary {
    color: #fff;
    background-color: #7fc06c!important;
	border: transparent;
	}




/*アクセスゾーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

.access {
	letter-spacing: 0.15em!important;
    text-align: center!important;
	font-weight: 700;
	line-height: 1.68!important;
	/*---ここまで必須---*/
	background-color: #f7ede6!important;
	color: #321d10!important;
	
}


.access img {
    max-width: 100%;
    height: auto;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
	
 	}


/*固定ページのみの要素
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/


/*固定ページ共通要素まとめ---★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

.kotei-page {
	background-color: #fff!important;
}

/*固定ページ---コンタクトフォームボタン
---------------------------------------------------------------------------------------------------*/

.kotei-page .contact .btn-primary {
    color: #fff;
    background-color: #7fc06c!important;
	border: transparent;
	}



/*固定ページ---バルーン
---------------------------------------------------------------------------------------------------*/

.kotei-page .balloon {
width: 100%;
position: relative;
background-color: #fff!important;
padding: 1em;
border: 5px solid #fbc95c!important;
color: #321d10!important;
font-weight: 700;
font-size: 16px;
border-radius: 10px;
}

.kotei-page .balloon::before {
content: '';
position: absolute;
border: 15px solid transparent;
top: 100%;
left: 5%;
}

.kotei-page .balloon::before {
border-top: 15px solid #fbc95c!important;
}

.kotei-page .balloon::after {
margin-top: -6px;
border-top: 15px solid #fbc95c!important;
}






/*固定ページ---目次
---------------------------------------------------------------------------------------------------*/

.kotei-page .mokuji  {
    color: #fbc95c!important;
}  

.kotei-page .mokuji .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #6bbfac;
}  


.kotei-page .mokuji a {
	color: #321d10!important;
}

@media  (min-width: 600px) {
.kotei-page .mokuji a {
	font-size: 22px!important;
	}
}

@media  (max-width: 599px) {
.kotei-page .mokuji a {
	font-size: 20px!important;
	}
}

/*教室長のメッセージゾーン
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
/*固定ページ---教室長紹介---メッセージ---背景
---------------------------------------------------------------------------------------------------*/
.teacher-message {
	line-height: 1.68em!important;
	font-family: YuMincho , 'YuMincho' , 'times new roman', times, serif!important;
	letter-spacing:0.15em!important;
	text-align: left!important;
	/*---ここまで必須---*/
	color: #321d10!important;
	}


@media  (min-width: 600px) {
.teacher-message {
	font-size: 18px!important;
	}
}

@media  (max-width: 599px) {
.teacher-message {
	font-size: 16px!important;
	}
}




/*よくある質問
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
	

/*よくある質問内容
---------------------------------------------------------------------------------------------------*/
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0em!important;
  color: #321d10;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  background: #F7ede6;
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  color: #7fc06c;
}


.cp_qa03 .cp_actab label:hover {
  color: #cb8c05;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  color: #7fc06c;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  transition: max-height 0s;
  background: #fff;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  color: #fbc95c;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em;
  color: #321d10;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 50em;
  border: 8px solid #F7ede6;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #7fc06c;
  
}


/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
    transform: rotateZ(45deg);

}
/*プライバシーポリシーゾーン
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
.privacy-policy {
	text-align: left!important;
}


.privacy-policy h2 {
	margin: 0em!important;
	text-align: left!important;
	color: #000!important;
	font-weight: 700!important;
	letter-spacing: 0.15em!important;
}


@media  (min-width: 600px) {
.privacy-policy h2 {
	font-size: 16px!important;
	}
}

@media  (max-width: 599px) {
.privacy-policy h2 {
	font-size: 14px!important;

	}
}


/*特定商取引法に基づく表記ゾーン
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
.law {
	text-align: center;
}


.law h2 {
	margin: 0em!important;
	text-align: center!important;
	color: #321d10!important;
	font-weight: 700!important;
	letter-spacing: 0.15em!important;
}


@media  (min-width: 600px) {
.law h2 {
	font-size: 16px!important;
	}
}

@media  (max-width: 599px) {
.law h2 {
	font-size: 14px!important;

	}
}



/*その他設定ソーン*/
/*ワイドラップ
---------------------------------------------------------------------------------------------------*/
.wide-wrap{
	position:relative;
	margin:0 calc(50% - 50vw);
	overflow:hidden;
	}

/*h2
---------------------------------------------------------------------------------------------------*/
h2 {
    margin: 0em;!important;
}

/*h3
---------------------------------------------------------------------------------------------------*/
h3 {
    margin: 0em;!important;
	padding: 0em!important;
}

h3:after, .subSection-title:after {
    border-bottom-color: transparent!important;
}

.subSection-title, h3 {
    border-bottom-color: transparent!important;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


}


	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


}	
	
	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


}



/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	

}



/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

.menu-footer-container{
	text-align: center !important;
	}

.footerMenu li{
	font-size:10px;
	padding:0px 0px !important;
	}

}


/*全体の設定
---------------------------------------------------------------------------------------------------*/

/*フォント*/
body,
p {
    font-family: "游ゴシック", YuGothic,　YuMincho ,"YuMincho","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Helvetica Neue", "Helvetica", "Arial", "sans-serif"!important;
	 line-height: 150%;
    }


/*フェードイン*/
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}



/*フッター上の余白削除*/
.mainSection {
    margin-bottom: 0em!important;
}



/*リンクの下線削除*/
a {
  text-decoration: none;
	}



/*トップに戻るボタン
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    color: transparent;
    border: none;
    background-color: #fbc95c!important;
    box-shadow: 0 0 0 rgb(0,0,0), 0 0 0 rgb(0,0,0); 
    background-image: var(--ver_page_top_button_url);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
	}



/*h2タグの指定*/
/*テーマ指定の無効化*/
h2, .mainSection-title {
    border-top-color: transparent;
	 border-bottom-color: transparent;
	}
	
	




/*ヘッダーついての編集
---------------------------------------------------------------------------------------------------*/
/*サブタイトルのバー
---------------------------------------------------------------------------------------------------*/
.headerTop {
    color: transparent;
    background-color: transparent;
    margin-top: 0px;
    border-bottom: 0px;
}


/* メニューをロゴの下に表示 */
@media (min-width: 992px) {
.navbar-header {
height: 80px;
}
}

@media (min-width: 992px){
.siteHeader_logo img {
    max-height: 85px;
}
}
.gMenu_outer nav {
    text-align: center;
    margin: 2em;
}


.gMenu>li .gMenu_description {
    display: block;
    overflow: hidden;
    font-size: 12px!important;
    line-height: 14px;
    opacity: .6;
    text-align: center;
}



@media (min-width: 1200px){
.siteHeader_logo img {
    max-height: 120px;
}
}




@media (max-width: 991px){
h1 .navbar-header_logo {
    height: 60px!important;
}
}


@media (max-width: 991px){
.siteHeader_logo img {
    max-height: 60px;
}
}




ul.gMenu {
clear: both;
float: none;
}

ul.gMenu li {
width: 20%;
}


/* ロゴ右側のブロック */
.logo-after {
display: block;
width: 200px;
float: right;
}

.logo-after img {
max-height: 60px;
}

/* ヘッダー幅を100%に */
.navbar-header {
width: 100%;
}

@media (max-width: 991px) {
.logo-after {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
}

/* 連絡先のスタイル */
.logo-after .message {
font-size: 14px;
font-weight: 700;
}






/*右上電話
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.logo-after .tel a {
color: #fbc95c!important;
font-size: 24px;
font-weight: 700;
}

.logo-after .time {
font-size: 12px;
color: #666;
}




/*メニューバー*/
.gMenu_name {
	 letter-spacing: 0.2em!important;
	 font-weight: 400!important;
	}
	 
.gMenu>li .gMenu_name {
	font-size: 16px;!important;	
	letter-spacing: 0.2em!important;
	font-weight: 600!important;
	}

.gMenu ul{
	text-align: center!important;
	font-weight: 400!important;
	letter-spacing: 0.2em!important;
	}
	
.gMenu li{
	font-size: 11px!important;	
	padding: 0em 1em 0em 1em!important;
	margin: 0em!important;
	}
	
.gMenu ul li a{
	padding: 20px 0px!important;
	border-bottom-width: 1px!important;
	border-bottom-color: #fff!important;
	border-bottom-style: none!important;
	}
	
.gMenu>li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid transparent!important;
    transition: all .5s ease-out;
}


/*メニューバーの色変更
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
	 
/*メニューバーのhover色変更
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.gMenu_outer nav ul li a:hover{
	color: #fbc95c!important;
	}
	
.gMenu_outer nav ul li ul li a{
	color: #FFF!important;
	}
.gMenu_outer nav ul li ul li a:hover{
	background-color: #FFF!important;
	}
	

/* 新バージョン対応 */
@media (min-width: 1200px) {
    .gMenu_outer,
    .gMenu,
    .gMenu > li {
        width: 100%;
    }
}
 
@media (max-width: 1199.98px) {
    .siteHeader_logo {
        width: unset;
    }
}	
	
	
/*モバイルボタンなし*/
.vk-mobile-nav-menu-btn {
    border-color: #333;
	background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255,255,255,.8);
}

	
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open, .vk-menu-acc .acc-btn {
    border-color: transparent !important;
    border-radius: 0px !important;
	background-color:transparent!important;
}



/*モバイルメニューバー
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/

.vk-mobile-nav nav>ul {
	border-top-color: #fbc95c!important;
	}

.vk-mobile-nav nav ul li a{
	padding:14px 25px!important;
	letter-spacing:2px !important;
	font-weight: 600 !important;
	border-color: #fbc95c!important;
	}
	
.vk-mobile-nav nav ul li li a{
	padding:14px 50px!important;
	font-weight: 400 !important;
	border-color: #fbc95c!important;
	}


/*モバイルメニューついての編集
-----------------------------------------------------------------------------------------------

.vk-mobile-nav-menu-btn,.vk-mobile-nav-menu-btn.menu-open,.vk-menu-acc .acc-btn{
	border-color:transparent !important;
	border-radius:0px !important;
	background-color:rgba(254,254,254,1)!important;
	}

.vk-mobile-nav nav>ul {
	border-top-color:rgba(254,254,254,1)!important;
	}
	
.vk-mobile-nav nav ul li a{
	padding:14px 25px!important;
	letter-spacing:2px !important;
	font-weight: 600 !important;
	border-color:rgba(0,150,174,0.3)!important;
	}
	
.vk-mobile-nav nav ul li li a{
	padding:14px 50px!important;
	font-weight: 400 !important;
	border-color:rgba(0,150,174,0.3) !important;
	}
----*/


/*フッターついての編集
---------------------------------------------------------------------------------------------------*/


/*サイトフッター線
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/

.siteFooter {
    border-top: 3px solid #fbc95c;
    background-color: #f9f9f9;
}


/*クレジットの削除*/
footer .copySection p:nth-child(2) {
    display: none!important;
	 }
	 
	 
/*スパムマークの削除*/	 
.grecaptcha-badge { visibility: hidden; }
	 
/*スパム文章（googleのプライバシーと利用規約）*/
.textwidget .custom-html-widget {
	text-align: center!important;
	}

@media  (max-width: 599px) {
.textwidget .custom-html-widget {
	text-align: left!important;
	}
}	

/*フッターのリキャプチャー文章の設定*/
.col-md-4 {
    flex: auto!important;
    max-width: 100%!important;
    text-align: center!important;
	font-size: 10px!important;
}

/*　フッターメニュー中央寄せ　*/
.footerMenu ul {
    display: inline-block !important;
    margin: 12px 0 10px!important;
    text-align: center!important;
	 }
	 


/*　フッターメニュー中央寄せ　*/
.footerMenu ul {
    display: inline-block !important;
    margin: 12px 0 10px !important;
    text-align: center !important;
	 }
	 
	 
/*フッターメニューサイズ変更*/
.footerMenu li{
	font-size: 12px!important;
	}
		
.menu-footer-container{
	text-align: center!important;
	}

.footerMenu li{
	font-size: 12px;
	padding: 6px 0px!important;
	}
		 
.menu-footer-container {
    text-align: center!important;
 	}
	
	

/*フッターメニューhoverカラー変更*/
.siteFooter li>a{
	color: #666!important;
	-webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all  0.5s ease !important;
	}


/*フッターメニューhoverカラー変更
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.siteFooter li>a:hover{
	text-decoration-line: none!important;
	color: #7fc06c!important;
	}



/*フッターカラー変更*/
footer {
	color:gray;
    background-color: #fff!important;
	 text-align: center!important;
    }
	
	

/*フッターのリキャプチャー文章の設定*/
.col-md-4 {
    flex: auto!important;
    max-width: 100%!important;
    text-align: center!important;
}

/*その他の設定
---------------------------------------------------------------------------------------------------*/


/*全幅の指定コード*/
.wide-wrap{
	position:relative;
	margin:0 calc(50% - 50vw);
	overflow:hidden;
	}
	
/*TOP画像下の隙間削除*/
.siteContent {
    padding: 0!important;
}


/*ボタン内font-awesomeのmargin-right無効化*/
.su-button i{
	margin:0px !important;
	}
	


/*ショートコード（アコーディオン）の設定*/
	
.su-spoiler-title{
	color:#191970 !important;
	letter-spacing:0.2em !important;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
	}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.su-spoiler-style-default>.su-spoiler-content {
	padding:15px 0px 0px 0px !important;
	}

.su-accordion .su-spoiler{
	margin-bottom:0 !important;
	}

p {
	margin-bottom: 0em!important;
}

