@charset "UTF-8";

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

body {
    -webkit-text-size-adjust: 100%;
}
	
	

.pcimg {
	display: none;
}
.spimg {
	display: block;
}
	
.maincontent {
		position: relative;
	top:0px;
}

#mainvisual {
	display: none;
}
	
.contet_wrap {
	width: auto;
	margin: auto 10px;
}

.main_wrap {
	width: auto;
	margin: auto;
	background: #fff;
}	
	
	
	
	
	
.content_wrap {
	width: auto;
	margin: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
	

.spyoutube {
		padding: 20px;
		background: #000;
	display: block;
}
.t01 img {
	margin-top: -6px;
}
.title {
	
	padding: 15px 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	line-height: 140%;
}
.title span {
	font-size: 5vw;
}
	
	
ul.checklist li{
    list-style: none;
	text-align: left;
	font-size: 4vw;
	line-height: 160%;
	text-indent:-25px; 
	border-bottom: 1px dashed #737373;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: -20px;
}
 
ul.checklist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f14a";
  position: relative;
  left : 0em; 
  color: #771700; 
    margin-right: 10px;
	font-size: 4.5vw;
}

.check_box {
	border: 10px solid #771700;
	padding: 0px 15px 0px 15px;
	margin-bottom: 20px;
}
	
	
.inner_box {
	width: auto;
	margin: 0 10px;
	margin-bottom: 30px;
}
	
.p01 {
	text-align: center;
	font-size: 5vw;
	margin-bottom: 20px;
	line-height: 1.5;
}
.txtbox p {
	font-size: 4vw;
	margin-bottom: 20px;
	line-height: 160%;
}
.offer {
	margin-bottom: 20px;
}
.offer_txt {
	text-align: center;
	font-size: 5vw;
	margin-bottom: 20px !important;
}
.offer_button {
	width: auto;
	margin: auto 20px;
	margin-bottom: 30px;
}

.flex02box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flex02box div {
	width: 49%;
}

.study {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.study div {
	width: auto;
	background: #003473;
	text-align: center;
	font-size: 3.5vw;
	color:#fff;
	margin-bottom: 5px;
	padding: 7px;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 160%;
}

.syoseki {
	background: #eceded;
	padding: 15px;
	margin-top: 20px;
}
.syoseki h3 {
	background: #313131;
	text-align: center;
	color: #fff;
	font-size: 4.8vw;
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
	
}
.syoseki img {
	width: 100%;
}

.reach_box {
	border: 10px solid #362e2b;
	padding: 20px;
	margin-bottom: 20px;
}
.taiken {
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.suisen_bg {
	background: #333;
	padding: 10px;
	background: -moz-linear-gradient(top, #876731, #d5cea1);
  background: -webkit-linear-gradient(top, #876731, #d5cea1);
  background: linear-gradient(to bottom, #876731, #d5cea1);
	margin-bottom: 20px;
}
.suisen_inner {
	background: #fff;
	padding: 10px;
}
.suisen_user {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 0px;
}
.suisen_item01 {
	width: 50%;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}
.suisen_item01 img {
	width: 100%;
	height: auto;
}
.suisen_item02 {
	width: auto;
	font-size: 3.5vw;
}
.suisen_item02 p {
	line-height: 1.5;
	margin-bottom: 16px;
	
}
.suisen_name {
	font-size: 5vw;
	margin-bottom: 5px;
}
.suisen_txt {
	font-size: 3.5vw;
	line-height: 1.5;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 15px;
}

.tokuten_title {
	margin-bottom: 20px;
}
.tokuten_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction:column;
}
.tokuten_item {
	width: auto;
	margin-bottom: 0px;
}
.tokuten_item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 15px;
}
.tokuten_midashi {
	background: #e60012;
	color: #fff;
	font-size: 4.5vw;
	padding: 5px 15px;
	min-height: 60px;
	display: flex;
  align-items: center;
	margin-bottom: 10px;
	line-height: 150%;
}


table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 3.5vw;
	margin-bottom: 40px;
	display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

table#table-01 th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #e95213;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	color: #fff;
}
table#table-01 td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
.day {
	background: #f3f2f2 !important;
}

.close {
	background: #313131;
	text-align: center;
	color: #fff;
	font-size: 3vw;
	padding: 5px 10px;
}
.zuimg {
	float: none;
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}

.user_bg {
	background: #d9d0c4;
	padding: 10px;
	margin-bottom: 20px;
}

.price01 {
	text-align: center;
	font-size: 8vw;
	font-weight: bold;
	margin: 0 !important;
}
p.price02 {
	text-align: center;
	font-size: 60px !important;
	font-weight: bold;
	color: #e60012;
	margin: 0 !important;
	line-height: 1.2;
}

.price01 span,
.price02 span {
	font-size: 18px;
}
.pricebox p {
	margin-bottom: 20px !important;
	line-height: 1.2;
	text-align: center;
}

.hosyo {
   background: -moz-linear-gradient(top, #e4e4e3, #f3f3f2);
  background: -webkit-linear-gradient(top, #e4e4e3, #f3f3f2);
  background: linear-gradient(to bottom, #e4e4e3, #f3f3f2);
	padding: 10px;
	margin: 30px 0 20px 0;
	font-size: 4vw;
	line-height: 1.7;
}
.hosyo02 {
   border: 4px solid #434343;
	padding: 15px;
}

.hosyo02 h2 {
  padding: 10px;
  color: #fff;
  background: #e60012;
  -webkit-box-shadow: 5px 5px 0 #a1000c;
  box-shadow: 5px 5px 0 #a1000c;
	font-size: 4.5vw;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}


ul.cleanlist li{
    list-style: none;
	text-align: left;
	font-size: 4.2vw;
	line-height: 180%;
	text-indent:-27px; 
	border-bottom: 1px dashed #737373;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: -20px;
}
 
ul.cleanlist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f621";
  position: relative;
  left : 0em; 
  color: #73bad8; 
    margin-right: 10px;
	font-size: 5vw;
}

.clean_box {
	border: 10px solid #b3dddb;
	padding: 20px;
	margin-bottom: 40px;
}
.corona {
	text-align: center;
	font-size: 4.8vw;
	font-weight: bold;
	border: 6px solid #b3dddb;
	padding: 10px;
	margin-bottom: 20px;
	color: #62bbb7;
	line-height: 1.6;
}

.content_footer {
	background: #f1f0f0;
	padding: 5px 20px;
}
.footer_logo {
	width: 40%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 0;
}

footer {
	background: #191919;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 3vw;
}

.koen {
	text-align: center;
	font-size: 5vw;
	margin-bottom: 20px;
	margin-top: 20px;
}
.koen_banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.koen_banner div {
	width: 49%;
	margin: 0px;
	margin-bottom: 10px;
}
.koen_banner div img {
	width: 100%;
}

.spyoutube {
		padding: 20px;
		background: #000;
	display: block;
}	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

#cont01 {
	background: #49a7ee;
	padding: 20px 0px;
	
}
	
.cta01 {
	background: #fff;
	padding: 5px 10px 10px 10px;
	border-radius: 10px;
}
.cta_button {
	display: block;
	justify-content: space-between;
}
.cta_button div {
	width: 100%;
	margin-bottom: 5px;
}
.cta_button div img {
	width: 100%;
	
}
.t01 {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
}

#cont02 {
	background: -moz-linear-gradient(top, #c1c9d6, #FFF);
  background: -webkit-linear-gradient(top, #c1c9d6, #FFF);
  background: linear-gradient(to bottom, #c1c9d6, #FFF);
	padding: 20px 0 20px 0;
}
.t02 {
	width: auto;
	margin: auto 10px;
	
}
	
#cont03 {
	display: none;
}
	
#cont04 {
	display: none;
}
#cont05 {
	display: none;
}
	
#cont06 {
	display: none;
}
#cont07 {
	background-image:url("../images/cont07.png");
	padding: 0px 0 20px 0;
}
#cont08 {
	display: none;
}

#cont09 {
	background-color: #bee6f4;
	padding: 20px 0 30px 0;
}
	
#faq {
	background-color: #fff;
	padding: 30px 0 20px 0;
}
	
.t02 {
	width: 100%;
	margin: auto;
	
}
	
.formbg {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.formbg p {
	font-size: 4vw;
	line-height: 150%;
	margin-bottom: 16px;
}

.formtitle {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}

.title01 {
	background-color: #5e5da0;
	color: #fff;
	font-size: 5vw;
	text-align: center;
	padding: 15px;
	border-radius: 60px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
	
	
	
.faq_title {
	margin-bottom: 20px;
}

	
.acc01 dt
{
	
	background: url("../images/ac_icon01.png") no-repeat right center,-webkit-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/ac_icon01.png") no-repeat right center,-ms-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* IE10+ */
	background: url("../images/ac_icon01.png") no-repeat right center,linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* W3C */
	background-size: 31px 20px,auto auto;
	font-weight: bold;
	color:#fff;
	font-size: 4vw;
	line-height: 1.2;
	padding: 10px 20px 10px 10px;
}

.acc01 dt.active
{
	background: url("../images/ac_icon02.png") no-repeat right center,-webkit-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/ac_icon02.png") no-repeat right center,-ms-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* IE10+ */
	background: url("../images/ac_icon02.png") no-repeat right center,linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* W3C */
	background-size: 31px 20px,auto auto;
	font-weight: bold;
	color:#fff;
	font-size: 4vw;
	line-height: 1.2;
	padding: 10px 20px 10px 10px;
}

.acc01 dd
{
    padding: 5px !important;
	background-color: #ffffff;
	margin-left: 0px;
	font-size: 4vw;
	line-height: 150%;
}

.acc01 span {
	font-family: 'Fjalla One', sans-serif;
	font-size: 4.5vw;
}
	
	
.benner {
	display: block;
	justify-content: space-between;
	margin-top: 0px;
}
.benner div {
	width: 100%;
}	
	
	
	
	

ul.benri {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.benri li {
	color: #fff;
	font-size: 4.5vw;
	padding-left: 50px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 150%;
}
.benri li:nth-child(1){
	background-image:url("../images/icon01.png");
	background-size: 40px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(2){
	background-image:url("../images/icon02.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(3){
	background-image:url("../images/icon03.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(4){
	background-image:url("../images/icon04.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(5){
	background-image:url("../images/icon05.png");
	background-size: 50px;
	background-repeat: no-repeat;
}
.benri li:nth-child(6){
	background-image:url("../images/icon06.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.img02 {
	margin-top: -180px;
	margin-bottom: 30px;
}


.kinou {
	display:block;
	justify-content: space-between;
}

.kinoubox {
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.kinouph {
		width: 30%;
}
.kinoutx {
		width: 67%;
	font-size: 4vw;
}
.kinoubox img {
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	object-fit: cover; /* この一行を追加するだけ！ */
}


.kinou_title {
	font-size: 4.5vw;
	color:#5352a0;
	margin-bottom: 5px;
}
.kinoubox p {
	font-size: 3.5vw;
	line-height: 150%;
}

.footer_logo {
	width: 80%;
	margin: 40px auto 20px auto;
}

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}

.copy {
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.footerlink {
	font-size: 14px;
	text-align: center;
}
.footerlink a {
	font-size: 14px;
	text-align: center;
	color: #434343;
}

#footerFloatingMenu {
    display: block;
    width: auto;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
	background: rgba(255,255,255,0.6);
	padding: 5px 5px;
}
	
#footerFloatingMenu img {
    width: 90%;
}
 



.slider {
    width: 100%;
    margin: 20px auto 0px;
	margin-bottom: 60px;
}
.mypattern {
    width: 100%;
}

.mypattern .slick-slide {
    margin: 10px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}
.voicebox {
	background-color: #fff;
	padding: 10px;
	width: 100%;
	display: block;
	justify-content: space-between;
	font-size: 3.5vw;
	line-height: 120%;

}

.staffcomment {
	background: #f4f4f4;
	padding: 10px;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 3.5vw;
	line-height: 140%;
}

.staffcomment span {
	font-weight: bold;
}
.staffcomment i {
	color:#26b99a;
}
	
.voiceitem {
	background: #fff;
	padding: 10px;
	line-height: 150%;
	font-size: 12px;
}
	
.vph {
	width: 100px;
	text-align: center;
	margin: auto;
	float: none;
	font-size: 12px;
}
.vph img {
	width: 70px;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
}
.vcom {
	width: auto;
	float: none;
	font-size: 12px;
	line-height: 140%;
}

.app {
	width: auto;
	margin: auto;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.section_inner {
	width:auto;
	margin-left:15px;
	margin-right:15px;
	padding: 30px 0px;
	background-color: #fff;
	
	
}
	
.s01 {
	background-image:url("../images/bg01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
	
.main_title {
	 font-size: 6vw;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, .7);
	padding-top: 120px;
}
	
	
.s02 {
	background-image:url("../images/bg02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}


	
.p_white {
	color:#fff;
}
.mark {
	background-image:url("../images/mark.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.left_c {
	width: auto;
	float: none;
	margin-bottom: 40px;
}
.right_c {
	width: auto;
	float: none;
}

.s03 {
	background-image:url("../images/bg03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}

.bgw {
	background-image:url("../images/bgw.png");
	padding: 15px;
	float: none;
	width:  auto;
}
.s04 {
	background-image:url("../images/bg03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}
.s05 {
	background-image:url("../images/bg04.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta_t {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
}



.cp_iptxt {
	position: relative;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 3px solid #1b2538;
	border-radius: 4px;
	outline: none;
	font-size: 5vw;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding: 10px;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}

.submit_btn{
    border: 0px;
    width:280px;
    height:40px;
    background: url(../images/cta_button.png) left top no-repeat;
	background-size: 280px;
	background-repeat: no-repeat;
}


#gaiyou {
	background: #f7f7f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 4.5vw;
	line-height: 180%;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	text-align:left;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	text-align:left;
	
}


section p {
	font-size:4.2vw;
	line-height:200%;
	margin-bottom: 20px;
	
}



	
	

.m01 {
	background-color: #d60c18;
	text-align: center;
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	padding: 20px 0px;
}

.head_phone {
	float: none;
	text-align: center;
	width: auto;
}
.head_phone img {
	width: 80%;
}
.head_left {
	float: none;
	width: auto;
	text-align: center;
}
.head_left img {
	width: 90%;
}

.head_logo {
	margin-bottom: 30px;
	margin-top: 30px;
}
.head_button {
	margin-bottom: 10px;
}

.btmM {
	margin-bottom: 20px;
}
.longurl{word-break: break-all;}
.cp {
	text-align: left;
	font-size: 4.5vw;
	margin-bottom: 20px;
}

.codebg {
	background-color: #1b1b1b;
	text-align: center;
	color: #fff;
	padding: 15px;
}

.code {
	font-size: 5vw;
}


.title02 {
	background-color: #1b1b1b;
	text-align: center;
	color: #fff;
	padding: 15px;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 180%;
}

.title03 {
	border: 1px solid #1b1b1b;
	padding: 10px;
	text-align: center;
	font-size: 4.5vw;
	margin-bottom: 20px;
	font-weight: bold;
}

.cation {
	font-size: 4vw;
	line-height: 190%;
	text-align: left;
	
}

.gimg {
	margin-bottom: 20px;
}

.box {
	margin-bottom: 40px;
}

.red {
	color:#d60c18;
}
	
ul.list {
	list-style-type: decimal;
	margin-bottom: 30px;
	font-size: 4vw;
	margin-left: -15px;
}
.list li {
	margin-bottom: 0px;
	font-size: 4vw;
	line-height: 170%;
}

ul.list-decimal {
	list-style-type: decimal;
	margin-bottom: 30px;
	font-size: 4vw;
	margin-left: -15px;
}
.list-decimal li {
	margin-bottom: 0px;
	font-size: 4vw;
	line-height: 170%;
}


.gimg700 {
	width: auto;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}
.gimg700 img {
	width: 100%;
	margin: auto;
}
	
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.btn-square {
  display: inline-block;
  padding:10px;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	width: 80%;
	font-size: 5vw;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
	
	
.slick-prev {
display: none;
}

	
.sporder {
	margin-left: 50px;	
}
	
	


p.koumoku {
	font-size: 4vw !important;
	margin-bottom: 5px;
}
.must{
	font-family: "A1 Gothic R", sans-serif;
	font-size: 4vw !important;
	color:#DB0003;
}

.form_style input[type=text],[type=tel],[type=email] ,textarea{
	font-size: 4vw;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	transition: 0.3s;
	border: 0.055em solid #787878;
	outline: none;
	margin-bottom: 20px;
}
.form_style input[type=text]:focus {
	border: 0.111em solid black;
}

.form_style input[type=tel]:focus {
	border: 0.111em solid black;
}

.form_style input[type=email]:focus {
	border: 0.111em solid black;
}

.form_style textarea:focus {
	border: 0.111em solid black;
}
.policy {
	border: 0.055em solid #787878;
	height: 11.111em;
	padding: 0.5em;
	font-size: 1.6rem;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 16px;
}
.doui_check {
	margin: 0 0;
	text-align: left;
	font-size: 4vw;
	margin-bottom: 25px;
	margin-left: -40px;
	
}
.doui_check ul {
	list-style: none;
}
.doui_check .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
}
.doui_check .checkbox_input {
	position: relative;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.doui_check .checkbox_input:before {
	position: absolute;
	z-index: 1;
	left: 0.2em;
	top:-0.6em;
	width: 2em;
	height: 0.5em;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 3px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.doui_check .checkbox_input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.doui_check .checkbox_input:after {
	position: absolute;
	top: -0.65em;
	left: -0.1em;
	width: 1.5em;
	height: 1.5em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
}
/*---------------------
送信フォーム
---------------------*/

/*ボタンの基本スタイル*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="button"]::focus{
  outline-offset: -2px;
}


input[type="submit"],
input[type="reset"] {
	font-size: 5vw; /*16px*/
	margin-top: 0.4375em; /*7px*/
	margin-right: 0.4375em; /*7px*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 12.5em;
	background: white;
	color: black;
	border: 1px solid black;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover{
	background: black;
	color: white;
}

input[type="submit"]:activ,
input[type="reset"]:activ{
	color: black;
	}
	
.btns {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0px 30px 30px 30px;
	text-align: center;
}

.title01 {
	background-color: #5e5da0;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding: 30px;
	border-radius: 60px;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}


.sitelink {
	text-align: center;
	padding: 20px 0 10px 0;
	font-size: 3.5vw;
}
	
	
	
	
h1.logo {
	width: 42vw;
	margin: 0;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	position: absolute;
	z-index: 10;
}
	
h1.logo a {
	
}
h1.logo img {
	width: 100%;
}
	
	
.header {
  width: 100%;
  z-index: 40;
  position: fixed;
}
   
   
  
.header .header__heading {
    background: #fff;
    position: absolute;
    width: 100%;
	height:45px;
    z-index: 35;
	box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
}

.nav-content{
  position: absolute;
  width: 100%;
   
  top: -735px;
  z-index: 30;
  -webkit-transition: 1.5s top;
          transition: 1.5s top; }
  .nav-content ul li {
    font-size: 4vw;
	}
    .nav-content ul li a {
      text-align: center;
      display: block;
      padding: 5px 0px;
      color: #fff;
	  border-bottom:1px dotted #fff;
}
	
.navbg01 {
	background: #2e91d3;	
}
.navbg02 {
	background: #46c38b;
	margin-top: -18px; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
}
.navbg02 li {
	width: 49%;
	height: 45px;
}

	 
.is-open .nav-content {
  top: 27px;
}

#js-cover {
 width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 4; }


	
.headicon {
 position: absolute;
 right:15vw;
 top:5px;
 display: flex;
z-index: 10;
}
	
.headicon img {
 width: 35px;
 height: 35px;
 margin-left: 1.2vw;
}
	
.nav-content ul {
margin-left: -40px;
}
	

.content_title {
	background: #0671bf;
	color: #fff;
	font-size: 6vw;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.policytxt p {
	font-size: 4vw;
	margin-bottom: 16px;
}
	
	

.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
}
	
.menu-box .menu-btn {
  
	 
}
.menu-box ul {
  display: none;
  width: 100%;
  
  position: relative;
  top:10px;
  list-style-type: none;
  margin-left: -40px;
}
.menu-box ul li a {
  display: block;
  border-bottom: 1px dotted #fff;
  padding: 0.1em 0.7em;
  font-size: 14px;
  color: #fff;  
}
li.menu01 {
  background-color: #008ee9;
}	
	
li.menu02 {
  background-color: #0162bb;
}
.m000-box ul li:last-child a {
  border-bottom: none;
}
.menu-btn:before {
  content: '\f0c9';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #000;
  font-size: 2.1rem;
  position: absolute;
  top: 7px;
  right: 10px;
	
}
.menu-btn.active:before {
  content: '\f00d';
}
	
.card {
	margin-top: 10px;
}
	
.cta_fixbutton {
	display: flex;
	justify-content: space-between;
	width: auto;
	margin: auto;
}
.cta_fixbutton div {
	width: 32%;
	margin-bottom: 5px;
}
.cta_fixbutton div img {
	width: 100%;
	
}
	
.footer_cont {
		padding-bottom: 60px;
}
	
#subcont {
	background-color: #fff;
	padding: 15px 0 0px 0;
}
	
input[type="image"] {
	width: 100%;
	margin: 0px 0 20px 0;
}
	
	
	
	
/* --------------------------　講師 -------------------------- */

.tch_box {
	margin-bottom: 20px;
}
.tch_head {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 3.8vw;
}
.tch_head_photo {
	width: 60%;
	margin:0 auto 20px auto;
}
.tch_head_photo img {
	width: 100%;
	height:auto;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.tch_head_txt {
	width: auto;
	padding:15px;
}
.tch_head_name {
	font-size: 6vw;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
	line-height: 1.7;
}
.tch_head_name_s {
	font-size: 4.5vw;
	line-height: 1.5 !important;
}
.tch_head_name span {
	font-size: 4vw;
}
.tch_head_txt p {
	font-size: 1.4rem;
}

.katagaki {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.katagaki div {
	width: auto;
	margin-bottom: 3px;
	padding: 6px;
	text-align: center;
	color:#fff;
	font-size: 3.5vw;
}
.katagaki::after {
    content: "";
    display: block;
    width: 32.6%;
    height: 0;
}

.job {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	
}
.reki {
	width: auto;
}
.group {
	width: auto;
}

#ryakureki {
	border-top: none;
	width: 100%;
	font-size: 3.5vw;
	line-height: 1.7;
	margin-bottom: 10px;
}

dl#ryakureki dl,dl#ryakureki dt,dl#ryakureki dd {
	margin: 0;
	padding: 0;
}

dl#ryakureki dt,dl#ryakureki dd {
	padding: 0px;
	text-align: left;
}

dl#ryakureki dt {
	clear: left;
	float: left;
	width: 20%;	
}

dl#ryakureki dd {
	background: #fff;
	margin-left:22%;	
}



ul.grouplist li{
    list-style: none;
	text-align: left;
	font-size: 3.5vw;
	line-height: 1.7;
	text-indent:-20px; 
        margin-left:-20px;
}
 
ul.grouplist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  margin-right: 10px;
	
}
.job h4 {
	margin: 0;
	padding: 0;
	font-size: 4.8vw;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.reki p {
	font-size: 4vw;
	line-height: 1.7;
	margin-bottom: 20px;
}
	
	
.txtM {
	font-size: 18px;
}


	.sp_txt {
		display: block;
		color:#C10205;
		text-align: center;
-webkit-animation:blink 1s ease-in-out infinite alternate;
-moz-animation:blink 1s ease-in-out infinite alternate;
animation:blink 1s ease-in-out infinite alternate;
		margin-bottom: 10px;
font-size: 4.5vw;
	}
	
.arrow {
	margin-bottom: 30px;
	width: 200px;
	margin: auto;
}
.arrow img {
	width: 100%;
}
.txtLL {
	font-size: 6.5vw !important;
}



	
	
	
.movbg {
	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	padding: 15px 10px;
}
.movbg h2 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.movbg h3 {
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin-bottom: 15px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube .end_bottom {
	margin-bottom: 0 !important;
}
.meritbg {
	background: url("../images/bg01.jpg");
	padding: 15px 15px;
	margin-top: -20px;
	background-position: center top;
	background-size:cover;
}
.meritlist {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}
.meritlist i {
	margin-right: 10px;
}
.t01bg {
	padding: 15px;
}
.semiph {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 15px;
}
.semiph div {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.semiph div img {
	width: 100%;
	height: auto;
	border: #fff 0px solid;
}

.t01bg p {
	color:#fff;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.rightimg {
	float: right;
	margin-left: 20px;
}
.rightimg {
	width: 120px;
	height: auto;
}
.kaiketu {
	background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(top, #FFC778, #FFF);
  background: linear-gradient(to bottom, #FFC778, #FFF);
	padding: 30px 0;
}

.kaiketu_title {
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1.5;

}
.kekka {
	margin: 10px 0 10px 0;
}
.kekka img {
	width: 100%;
	height: auto;
}
.kaiketu_title02{
	text-align: center;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1.5;
}
.about {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(200,130,100,0.4);
	margin-bottom: 20px;
}
.about_title {
	background: #e95314;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	padding: 10px;
	font-weight: bold;
}
.about_cont {
	padding: 15px;
}
.about_cont p {
	font-size: 16px;
	line-height: 1.4;
}
p.mgcut {
	margin-bottom: 10px !important;
}
.about_cont .point {
	color:#e95314;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.6;
}

.btm20 {
	margin-bottom: 20px;
}
.btm30 {
	margin-bottom: 30px;
}
.btm40 {
	margin-bottom: 40px;
}
.title02 {
	background: #e95314;
	text-align: center;
	font-size: 18px;
	color:#fff;
	padding: 10px;
	font-weight: bold;
}
.get {
	border: 6px solid #e95314;
	padding: 10px 15px;
	margin-bottom: 40px;
	
}
.title03 {
	background: #e95314;
	text-align: center;
	font-size: 18px;
	color:#fff;
	padding: 10px;
	font-weight: bold;
	border-bottom: 5px solid #e95314;
}
.book {
	float: right;
	margin-left: 15px;
}
.book img {
	width: 70px;
	height: auto;
}
	
.offer_mes {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.offer_mes p {
	font-size: 18px;
}
.offer_mes span {
	background: linear-gradient(transparent 60%, #fbe602 0%);
}
	
.introbg {
	background: #262626;
	padding:20px;
}
.orderbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}
.orderbox a{
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}	
.orderbox img{
	width: 100%;
	height: auto;
}
	
#slider {
	padding: 0;
	margin: 0;
	margin-top: -20px;
}
#slider img {
	width: 220px;
	height: auto;
}
.priceimg {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.priceimg img {
	width: 100%;
	height: auto;
}
	

.t01bg {
	background: #604702;
	padding: 20px 1%;
}

.t01bg h2 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}
.t01bg h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}

.sch  {
	background-image:url("../images/schbg.jpg");
	background-repeat: repeat;
	background-position: top center;
	margin-top: -20px;
	padding: 20px;
	box-sizing: border-box;
	
}
.schBOX  {
	background: #fff;
	padding: 15px 15px 10px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	
}
.schDATE  {
	background: #222;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-weight: 600;
	
	
}
.schlist {
	background: #f4f3f0;
	padding: 15px;
	box-sizing: border-box;
}
ul.schlist li{
    list-style: none;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
	text-indent:-26px; 
	border-bottom: 1px dashed #737373;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: bold;
	padding-left: 26px;
}
 
ul.schlist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #960101; 
    margin-right: 10px;
	font-size: 16px;
}

.schBOX figure  {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	
	
}



	
	
}


@-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;}
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.introbg {
	background: #262626;
	padding:20px;
}
.orderbox {
	display: flex;
	justify-content: space-between;
}
.orderbox img{
	width: 100%;
	height: auto;
}



