@charset  "utf-8";
/* CSS Document */
body {
	color: #3a3939;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	line-height: 1.65;
	background: #ffffff;
	background-size: cover;
	font-size: 16px;

}
*{
margin:0;
padding:0;
}


h1 {
    font-size: 250%;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    color: #2D2D2D;
    line-height: 1.2;
}

	h2{font-size:270%;
	   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	   color: #2D2D2D;
       /*border-left: 4px solid #ee6304;
       padding-left: 0.5em;*/
		text-align: center;
       line-height: 1.5;}
h3 {
    font-size: 300%;
    /*background-color: #e87b1e;*/
    color: #629A41;
    padding: 0.5em 0em;
    text-align: center;
}

	/*h3{font-size:247%;background-color: #ffdd46;color: #060606;padding: 0.5em 0em;text-align: center;}*/
	h4{font-size:247%; text-align: center;}
	h5{font-size:180%;font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;}
	
@media screen and (max-width: 1000px) {

	h1{font-size:230%}
	h2{font-size:200%}
	h3{font-size:220%}
	h4{font-size:180%}
	h5{font-size:100%}
}

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

  
	h1{font-size:133%}
	h2{font-size:180%}
	h3{font-size:200%}
	h4{font-size:175%}
	h5{font-size:120%}
}



ul.list_a01,ul.list_b01 {
	background: #fff;
	padding: 1em 0;
}

ul.list_a01 li,ul.list_b01 li {
	background: #fff;
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp02/img/list_a01.jpg);
	background-repeat: no-repeat;
	background-size: 2em;
	padding: .5em 0 .5em 3.2em;
	margin: 0;
	background-position: top .3em left .5em;
	font-size: 1em;
	border-bottom: dotted 2px #d8c9ba;
}



ul.list_b01 li {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp02/img/list_b01.png);
}

/*=========================================================================

HEADER

===========================================================================*/
header {
    width: 100%;
	/*background-image: url("img/blob-scene-haikei2.svg");*/
    background: url("../img/back3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;

}

.header_in {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
   /* padding: 1em 5em 7em 5em;*/
}

@media screen and (max-width: 435px) {
	header {
	/* background: url(../img/back_sp.png);*/
}
.header_in {
   /* padding: 0.5em 1em 4em 1em;*/
}

}

/*モーダルウィンドウ（ポップアップ）*/
#modal-open {
	width: 100%;
	height: 10px;
	position: fixed;
	top: 0px;
	z-index: 3000; }
  
  #modal-overlay {
	z-index: 2000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: scroll;
	}
  
	#modal-content {
		margin: 0 auto;
		padding: 0;
		border: 2px solid #fff;
		background: #fff;
		position: fixed;
		display: none;
		/* min-width: 700px; */
		/* min-height: 580px; */
		/* max-width: 750px; */
		/* width: 700px; */
		/* top: 3%;
		left: 18%; */
		/* margin-left: -390px; */
		/* margin-left: -100px; */
		z-index: 4000;

		/* responsive & fix */

		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		max-width: 700px;
		width: 90%;
		}
	#modal-content #exitPop {
	  width: 750px;
	  }
	#modal-content .EP_back {
	  background: url(../img/ep/EP_back.jpg) no-repeat center top; }
	#modal-content .EP_back_14 {
	  background: url(../img/ep/EP_back_14.jpg) no-repeat center top; }
	#modal-content .EP_back_30 {
	  background: url(../img/ep/EP_back_30.jpg) no-repeat center top; }
	#modal-content .EP_back_top {
	  }
	#modal-content .EP_back_ppc {
	  background: url(../img/ep/EP_back_ppc.jpg) no-repeat center top; }
	#modal-content .EP_back_end {
	  background: url(../img/ep/EP_back_end.jpg) no-repeat center top; }
	#modal-content .EP_back_infotop {
	  background: url(../img/ep/EP_back_infotop.jpg) no-repeat center top; }
	#modal-content .button-link {
	  /* padding: 10px; */
	  cursor: pointer;
	  color: #555;
	  background: #ddd;
	  text-align: center;
	  position: absolute;
	  right: 3px;
	  bottom: 3px;
	  font-size: clamp(0.625rem, -0.037rem + 2.824vw, 1.375rem);
	  padding: clamp(0.125rem, -0.04rem + 0.706vw, 0.313rem);
	  }
	  #modal-content .button-link:hover {
		background: #eee; }
		#modal-content #mail {
			padding: 0px 0 0 10%;
			top: 0;
			height: 66px;
			background: none;
			border: none;
			font-size: 26px;
			background: url(../img/modal_04.jpg) no-repeat;
			background-size: contain;
			box-sizing: border-box;
			margin: 0 4% 0 6%;
			width: 660px;
			background-color: #FEFFE0;
			text-align: center;
			padding: 10px;
			border: solid 1px #525252;
			width: 80%;
			margin: 0 3em;
			color: #292929;
		  }
	#modal-content #inputBtn {
	  padding: 0;
	  margin: 0;
	  }
	  #modal-content #inputBtn:hover {
	  opacity:0.9;
	  }
	#modal-content #free_icon {
	  position: relative;
	  top: 355px;
	  left: 710px;
	  z-index: 4002; }
	#modal-content #exitPop input.textFocus {
	  color: #333; }

	  input.modal_sbmt {
		border: solid 1px #ffffff;
		margin: 0 auto;
	}

	input.modal {
		padding: .7em;
		border: solid 2px;
		text-align: center;
		background: #fffade;
		width: 75%;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		display: flex;
		font-size: clamp(0.625rem, -0.037rem + 2.824vw, 1.375rem);
	}

	

/*=========================================================================

BACKGROUNG

===========================================================================*/
.bg_time{
background: url(../img/time_bg.jpg);
background-repeat: no-repeat;
padding: 1em 0em;}

.bg_cercle_r{background: url(../img/bg_cercle_r.jpg);
background-repeat: no-repeat;}

.bg_cercle_f{background: url(../img/bg_cercle_f.jpg);
background-repeat: repeat;}

.bg_profile {
    padding: 3em 1em;
    background-color: #fff0da;}
.bg_grey {
    background-color: #F4F4F4;
	padding: 2rem 1rem ;}

/*.bg_voice {
    background: url(../img/meo-sec02_bg.png) transparent;
}*/
.bg_voice {
	padding:2.5em 0 2em;
 background-color   : #ffffff;
  background-image   : radial-gradient(#eaf098 9%, transparent 12%),
                       radial-gradient(#eaf098 9%, transparent 12%);
  background-position: 0 0, 6px 6px;
  background-size    : 12px 12px;
}

@media (max-width:480px) {.bg_voice {
	padding:1rem 0;}}
.bg_green {
	background-color:#02ab7b;}

.bg_green2 {
	background-color:#F5FFDE;
	padding: 3em 0;}
.bg_green_stripe {/*
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='40' height='40' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(135)'%3E%3Crect width='100%25' height='100%25' fill='rgba(245, 255, 222,1)'/%3E%3Ccircle cx='-15' cy='15' r='1' fill='rgba(230, 247, 190,1)'/%3E%3Ccircle cx='-5' cy='25' r='1' fill='rgba(230, 247, 190,1)'/%3E%3Ccircle cx='5' cy='15' r='1' fill='rgba(230, 247, 190,1)'/%3E%3Ccircle cx='25' cy='15' r='1' fill='rgba(230, 247, 190,1)'/%3E%3Ccircle cx='15' cy='25' r='1' fill='rgba(230, 247, 190,1)'/%3E%3Ccircle cx='35' cy='25' r='1' fill='rgba(230, 247, 190,1)'/%3E%3Ccircle cx='15' cy='15' r='1' fill='rgba(219, 242, 167,1)'/%3E%3Ccircle cx='35' cy='15' r='1' fill='rgba(219, 242, 167,1)'/%3E%3Ccircle cx='5' cy='25' r='1' fill='rgba(219, 242, 167,1)'/%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(219, 242, 167,1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");*/
background-color: #edf9d1;
    background-image: radial-gradient(#e2f6b1 20%, transparent 20%), radial-gradient(#e2f6b1 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0px, 15px 15px;
	}


.bg_cream_simasima{
	padding: 3em 1em;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='23' height='23' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(180)'%3E%3Crect width='100%25' height='100%25' fill='rgba(44, 122, 123,1)'/%3E%3Cpath d='M0 13h 40v20h-40z' fill='rgba(252, 238, 212,1)'/%3E%3Cpath d='M 20 20a 1 1 0 0 0 0 2a 1 1 0 0 0 0-2zM-10-10h 60v 60h-60z' fill='rgba(250, 241, 223,1)'/%3E%3Cpath d='M13 0v40h20v-40z' fill='rgba(252, 238, 212,1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
}
.bg_naminami{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='28' height='28' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(135)'%3E%3Crect width='100%25' height='100%25' fill='rgba(234, 240, 152, 1)'/%3E%3Ccircle cx='37' cy='20' r='12' fill='rgba(202, 222, 101, 1)'/%3E%3Ccircle cx='3' cy='20' r='12' fill='rgba(202, 222, 101, 1)'/%3E%3Ccircle cx='20' cy='37' r='12' fill='rgba(202, 222, 101, 1)'/%3E%3Ccircle cx='20' cy='3' r='12' fill='rgba(202, 222, 101, 1)'/%3E%3Ccircle cx='28' cy='12' r='12' fill='rgba(254, 252, 191, 1)'/%3E%3Ccircle cx='12' cy='28' r='12' fill='rgba(254, 252, 191, 1)'/%3E%3Ccircle cx='28' cy='28' r='12' fill='rgba(254, 252, 191, 1)'/%3E%3Ccircle cx='12' cy='12' r='12' fill='rgba(254, 252, 191, 1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");}

.bg_white {
    width: 89.6%;
    background: #FFF;
    margin: auto;
	padding:2em 0;
}
.bg_white_img{
   
    background:url("../img/ttl_back.png");
    margin:0 auto;
width: 100%;
	    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
}

.bg_gr_stripe{background-size: auto auto;
background-color: rgba(187, 208, 81, 1);
background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(192, 212, 94, 1) 10px, rgba(192, 212, 94, 1) 20px );}

.box_shadow {
	box-shadow: 0px 0px 6px 1px #8c8c8c;
	padding: 1.5em 1.5em 2.5em 1.5em;
	background-color:#FFF;}
.bg_s {
    background-color: #F6F8D7;
	overflow: hidden;
}
.bg_h {
    color: #FFF;
    background-color: #202020;
    padding: 0.5em 2em;
}

.bg_h1 {
color: #000;
    background-color: #ffeb00;
    padding: 0.5em 2em;
}

.bg_p1 {
    background-color: #151414;
    color: #fff;
    text-align: center;
    margin: 0em 0.5em;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho;
}

.bg_p2{
	background-color: #151414;
	color: #FFF;
	text-align: center;
	margin: 0em 0.5em;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho;
}


.box_grey {
    background: #fffde3;
    padding: 2.5em;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1000px){
.bg_h {
    color: #FFF;
    background-color: #202020;
    padding: 0.5em 0.5em;
}
	
}
@media screen and (max-width: 435px){
.box_shadow {
	padding: 1.5em;
    margin: 0em 1em;
}
	.box_grey {
    padding: 0.5em;
}
	
	.bg_h {
    color: #FFF;
    background-color: #202020;
    padding: 0em 0.2em; 
}
	.bg_h1 {
color: #000;
    background-color: #ffeb00;
    padding: 0em 0.2em; 
}	
	
	
	.bg_white {
    width: 93.6%;
}
.bg_time {
    padding: 0.1em 0em;
}
}

.bg_cream{
	background-color:#FAF1DF;
	margin-top: -1.7em;
	padding:2em 0;
}

/*=========================================================================

CONTENTS

===========================================================================*/
.contents {
	max-width: 1000px;
	margin: 0 auto;
	
}
.contents2{
	max-width: 1200px;
	margin: 0 auto;
	
}


p {
	white-space: pre-line;
	font-size:110% ;
}

.tth{
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.tth2{
    background: linear-gradient(transparent 90%, #FFFF00 90%);
}

.box_white{
	padding: 1.5em;
	background-color:#FFF;}

.line_t { border-bottom: 5px solid #F90;}

.text {
	margin: 0 6%;
}
.text2 {
	margin: 0 6%;
	box-shadow: 5px 8px 20px 0px rgb(143 148 157 / 25%);
	padding:3em 3em 1.5em;
}

.text3 {
	margin: 0 auto;
	width:65%;
	max-width: 1100px;
}
@media screen and (max-width: 435px){.text3 {
	margin: 0 auto;
	width:100%;
}}

@media screen and (max-width: 435px){.text2 {
    margin: 0 3%;
    box-shadow: 5px 8px 20px 0px rgb(143 148 157 / 25%);
    padding: 3em 1.5em 1.5em;
	}}

.text_in {
	margin: 0 6%;
}

.text_inp {
    margin: 0 12%;
}
@media screen and (max-width: 435px) {
	.text {
		margin: 0 5%;
	}
	.text_in {
	margin: 0 0%;
}
	.ic {display: none;}

.text_inp {
    margin: 0 0%;
}
}

.ttl {
	width: 100%;
	margin: 6rem 0 4rem;
	background-repeat: repeat-x;
	background-size: contain;
}

.ttl_in {
	margin: 0 auto;
	border-bottom: solid 3px #ffc6c7;
	position: relative;
	width: fit-content;
	display: inline-block;
	line-height: 1.6;
	padding-bottom: 0.5em;
}


.ttl_in:after {position: absolute;content: " ";display: block;border-bottom: solid 3px #da0001;bottom: -3px;width: 10%;left: 0px;}

.ttl_text {
	width: 100%;
	margin: 3em 0 3em;
	padding: 0.5em 1em 0;
	color: #353535;
	text-align: center;
	box-sizing: border-box;
	font-weight:bold;
}

@media screen and (max-width: 435px) {
	
	.ttl_text {
		width: 100%;
		margin: 2em 0 1em;
		padding: 1em 6%;
		text-align: center;
	}

	.ttl {
		width: 100%;
		margin: 2.5em 0 2em;
		background-repeat: repeat-x;
		background-size: contain;
	}
}

.pcnone{
	display:none;}

.spnone{ display:inherit;}

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

	
	.pcnone{
	display:inherit;}
	
	.spnone{ display:none;}
	
	
}



/*=========================================================================

check

===========================================================================*/


label {
    font: 1rem 'Fira Sans', sans-serif;
}

input {
    margin: .4rem;
}




/*=========================================================================

BULLET

===========================================================================*/
.bullet {
    padding: 0;
    width: 78%;
    margin: auto;
}

@media screen and (max-width: 435px) {
.bullet {
    padding: 0;
    width: 100%;
    margin: auto;
}	
}
.bullet ul {
	background: #fff;
	padding: 1em 0;
}

.bullet ul li {
	background: #fff;
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/check01.jpg);
	background-repeat: no-repeat;
	background-size: 2em;
	padding: .5em 0 .5em 3.5em;
	margin: 0;
	background-position: top .3em left .5em;
	font-size: 1em;
	border-bottom: dotted 2px #d8c9ba;
}

.bullet .fuan li {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/moya.png);
}

.bullet ul li:first-child {
	padding: .5em 0 .5em 2.8em;
}

.bullet ul li:last-child {
	padding: .5em 0 .5em 2.8em;
}


.naiyou {
    width: 100%;
    border: solid 1px #E8E8E8;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 0 0 13px 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
}
.naiyou_img {
    border-radius:0 5px 5px 0;
    float: left;
    overflow: hidden;
    width: 26%;
    margin-left: 1%;
}

.clum_end dl dd img {
    position: static;
    float:right;
}
.naiyou dt {
    padding: 0 0 0.2em 0;
    border-bottom: solid 1px #ff2222;
    font-weight: bold;
    margin: -9px 0 0.5em 0;
}
.naiyou dl {
    width: 100%;
    float:left;
}

.naiyou dd p {
    padding: 1em 0 0em 0;
    line-height: 30px;
}

.naiyou_nam {
    background: #ff2222;
    color: #fff;
    display: block;
    float: left;
    margin: 0.2em 1em 0 0;
    padding: 0em 0.5em;
    height: 100%;
}
.naiyou.clum_end {
    width: 912px;
    display: block;
    box-sizing: border-box;
    height: 20em;
}

.tokuten {
    width: 100%;
    border: solid 1px #E8E8E8;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 0 0 13px 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
}
.tokuten_img {
    border-radius:0 5px 5px 0;
    float: left;
    overflow: hidden;
    width: 26%;
    margin-left: 1%;
}

.tokuten dt {
    padding: 0 0 0.2em 0;
    border-bottom: solid 1px #FF5A00;
    font-weight: bold;
    margin: -9px 0 0.5em 0;
}
.tokuten dl {
    width: 73%;
    float:left;
}

.tokuten dd p {
    padding: 1em 0 0em 0;
    line-height: 30px;
}

.tokuten_nam {
    background: #ff5a00;
    color: #fff;
    display: block;
    float: left;
    margin: 0.2em 1em 0 0;
    padding: 0em 0.5em;
    height: 100%;
}
.tokuten.clum_end {
    width: 912px;
    display: block;
    box-sizing: border-box;
    height: 20em;
}


@media screen and (max-width: 435px) {.tokuten_img2 {
    width: 70%;

}}

/*=========================================================================

VOICES

===========================================================================*/
.voice {
	background: #e6e2df;
	padding: 0;
	margin: 0 6%;
}

.voice p {
	background-color: #fff;
	background-image: linear-gradient(90deg,transparent 2em,transparent 2.01em),linear-gradient(#eaeaea .1em,transparent .1em);
	background-size: 100% 1.8em;
	padding: 1.8em 1em;
	margin: 0 2% 1em;
	border: solid 1px gray;
	line-height: 1.8em;
}



/*=========================================================================

LETTER

===========================================================================*/


.letter {
    background:
		url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/letter01.png) center top no-repeat,
		url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/letter03.png) center bottom no-repeat,
		url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/letter02.png) center top repeat-y;
	background-size:contain;
}

.letter p {
    position: relative;
    background-image: linear-gradient(rgba(248, 202, 144, 0.5) .01em, transparent .1em);
    background-size: 100% 1.75em;
    line-height: 1.75em;
    margin: 3em 6%;
}



@media screen and (max-width: 435px){
.letter p .right_pic {
    padding: 0 0 0.75em 0 !important;
    width: auto !important;
    height: 10em !important;
}
}

/*=========================================================================

TABLE

===========================================================================*/
table {
	
	font-weight: 700;
	
	
}



caption {
	background: #3e3e3e;
	color: #fff;
	padding: .5em;
	border-radius: 5px 5px 0 0;
}

/*table tr:first-child th,.c-block-price table tr:first-child td:last-child{border-radius: 1.5rem 0 0 0;}
table tr:first-child td:last-child { border-radius: 0 1.5rem 0 0;}
table tr:nth-last-child(1) th:first-child {border-radius: 0 0 0 1.5rem;}*/


table tr {
	/*border-bottom: solid 1px #ddd;*/
}

table th {
	border: solid 1px #f7f7f7;
	font-weight: 700;
	background: #EAF098;
	padding: 1em 1em;
	color: #3d3d3d;
	width: 23%;
}



table td {
    padding: 0.8em 1.2em;
    border: solid 1px #ebebeb;
	background-color: #FFF;
}

@media screen and (max-width: 435px) {
	/* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	table:not(.table_ichiran),table:not(.table_ichiran) tr,table:not(.table_ichiran) th,table:not(.table_ichiran) td,table:not(.table_ichiran) tbody,caption {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	table th {
		padding: .5em;
		border: 0;
	}
	
}

#send-table {
	border-left: 1px solid #dcdcc1;
	border-top: 1px solid #dcdcc1;
	font-size: 100%;
}

#send-table th {
	background-color: #656565;
	text-align: left;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
	/*color: #fff;*/
}

#send-table td {
	background-color: #fff;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
}

#send-table caption {
	background: #7FBFFF;
	padding: 8px 12px;
	margin: 5px 0;
	color: #fff;
	font-size: 130%;
	font-weight: 700;
}

.hissu {
    background: #fffc80;
    border-radius: 3px;
    padding: 0 3px;
    font-size: 80%;
    color: #080808;
}

/*=========================================================================

FAQ

===========================================================================*/
.qa {
	background: #fff;
}

.qa dl {
	border-radius: 5px;
	margin: 0 0 1rem;
}

.qa dt {
	background-image: url("../img/ico_q.png");
	background-position: left top;
	background-size: 1.3em;
	padding: 0 0 4px 2em;
	background-repeat: no-repeat;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: solid 1px rgb(202 222 101);
	margin: 0 0 .5rem;
}

.qa dd {
	background-image: url("../img/ico_a.png");
	background-position: left top;
	background-size: 1.3em;
	padding: 0 0 1em 2em;
	background-repeat: no-repeat;
	margin: 0;
}

/*=========================================================================

IMAGES

===========================================================================*/

.right_pic,.right_pic2 {
	padding: 0 0 3rem 1rem;
	float: right;
}

.right_pic01 {
	padding: 0 0 1rem 1rem;
	float: right;
}

.left_pic {
	padding: 0 1rem 8rem 0;
	float: left;
}
.left_pic01 {
	padding: 0 1rem 1rem 0;
	float: left;
}

@media screen and (max-width: 800px) {
	.right_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.left_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.right_pic01 {display: none;}
	.left_pic01 {display: none;}
	.right_pic2{
		padding: 0 0 1rem;
		float: none;
		width: 90%;
		display: block;
		margin: 0 auto;
	}
}


@media screen and (max-width: 435px) {
	.right_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.left_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.right_pic01 {display: none;}
	.left_pic01 {display: none;}
}

.sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5rem 5rem 0;
    border-color: #f9a849b3 transparent transparent;
    display: block;
    text-align: center;
    margin: 2rem auto -1rem;
}
/*=========================================================================

MOVIE

===========================================================================*/

.movie {position: relative;
	width: 100%;
	margin:2em auto;
	padding-top: 56.25%;
		width: 80%;
	height: 80%;
	
	border: solid 4px #bebebe;
	box-sizing: border-box;}
.movie iframe { position: absolute;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;}


/*=========================================================================

INPUT

===========================================================================*/
input {
	padding: 7px 8px;
	font-size: 100%;
	margin: 8px 0 6px;
	border-radius: 5px;
	border: solid 1px #A2A2A2;
}

input[type="submit"] {
    background-color: #5DC11A;
    box-shadow: 1px 2px 0 #149421;
    text-shadow: 0 -1px #149421;
    position: relative;
    padding: 1em 1em;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    border: solid 1px;
    width: 85%;
/*
	background-color: #5DC11A;
	box-shadow: 1px 2px 0 #149421;
	text-shadow: 0 -1px #149421;
	position: relative;
	padding: .5em 1em;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;*/
}
@media screen and (max-width: 435px) {input[type="submit"] {
    background-color: #5DC11A;
    box-shadow: 1px 2px 0 #149421;
    text-shadow: 0 -1px #149421;
    position: relative;
    padding: 1em 1em;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    border: solid 1px;
    width: 100%;
}}

input[type="submit"]:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;
}

label:hover {
	background: #FFEFB7;
	cursor: pointer;
	border-radius: 6px;
}

/*=========================================================================

space-between

===========================================================================*/

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

.space-around {
  display: flex;
  justify-content: space-around;
}
.box {margin-bottom: 1em;}
.bd{border-right: solid 1px #aaa;}
.box p{padding:0.3em 0.5em;}
@media screen and (max-width: 700px) {

.space-between {
  display: block;
}

.space-around {
  display: block;
  width: 83%;
  margin: 0 auto;
}
.bd{border-right: none;}
}


/*=========================================================================

order

===========================================================================*/
.order {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 6px 1px #8c8c8c;
}

.order h3 {
	background: #1f1f1f;
	text-align: center;
	padding: .5em 0;
	color: #fff;
}

.bar {
	background: #feffc6;
	display: block;
	padding: .5em 0;
	border: double 3px #dcb90f;
}

/*=========================================================================

BUTTON

===========================================================================*/
.submit {
    background-color: #f16400;
    box-shadow: 0 5px 0 #853e0b;
    text-shadow: 0 -1px #853e0b;
    position: relative;
    padding: 0.5em;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0.5em auto;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.submit:active,.submit:hover {
	top: 4px;
	box-shadow: none;
}

.submit01 {
	background-color: #48bb00;
	box-shadow: 0 4px 0 #399400;
	text-shadow: 0 -1px #007b15;
	position: relative;
	padding: .5em 2.4em;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: .3em 1em 1.7rem;
	text-align: center;
	box-sizing: border-box;
}

.submit01:active,.submit01:hover {
	top: 4px;
	box-shadow: none;
}
.submit02 {
    background-color: #dc8e00;
    box-shadow: 0 4px 0 #945a00;
    text-shadow: 0 -1px #a36900;
    position: relative;
    padding: .5em;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: .3em 1em 1.7rem;
    text-align: center;
    box-sizing: border-box;
}
.submit02:active,.submit02:hover {
	top: 4px;
	box-shadow: none;
}

.submit03 {
    background-color: #dc8e00;
    box-shadow: 0 4px 0 #945a00;
    text-shadow: 0 -1px #a36900;
    position: relative;
    padding: .5em 2.4em;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: .3em 1em 1.7rem;
    text-align: center;
    box-sizing: border-box;
}
.submit03:active,.submit03:hover {
	top: 4px;
	box-shadow: none;
}

.imgbtn {
	display: block;
	margin: 30px auto;
}

.head_btn01 {
	display: block;
	right: 0;
	color: #000;
	font-size: 32px;
	background: #208F02;
	padding: 1.5em 0;
}

.kiyaku {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    font-size: 80%;
    line-height: 1.3;
    overflow-y: auto;
    background: #fffde3;
    border: 1px solid #ddd;
}

/*=========================================================================

FOOTER

===========================================================================*/
footer {
    /* border-top: 1px solid #9a9a9a; */
    width: 100%;
    padding: 35px 0 10px;
    font-size: 80%;
    color: #ffffff;
    /*margin-top: 3em;*/
    background: #131313;
}

.footerInner {
	width: 100%;
	margin: 0px auto;
    font-size: 95%;
    line-height: 1.7em;
	color: #000;
	
	}

.footer-box {
    padding: 16px 50px 35px;
    white-space: pre-wrap;
    background-color: #fff;
    margin-bottom: 10px;
	border:solid 1px #999;
}
	

.footer_in {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 1em;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #C1BBBB;
}

.page_top a {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: rgba(239, 94, 40, 0.8);
	color: #fff;
	padding: .5em;
	line-height: 1.4;
	width: 3.5em;
	height: 3.5em;
	border-radius: 15px;
	
}

.page_top a:hover {
	background: rgba(121,121,121,0.7);
}

@media screen and (max-width: 435px) {
	/* 陦ｨ遉ｺ鬆伜沺縺�320px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.page_top a {

	}
.footer_in p img {
	max-width: 50px;
}
	.footer-box {
    padding: 0em 1em;

}
}


/*=========================================================================

SLIDE

===========================================================================*/

.move_slide{
	width:100%;
	height: 320px;
	background:url(../img/slider.png);
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}

@media screen and (max-width: 435px) {
	.move_slide{
	width:100%;
	height: 150px;
	background:url(../img/slider_sp.png);
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}
}

@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 0;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 0;}
	100% {background-position: 800px 0;}
}
@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
/*=========================================================================

SHINY BUTTON

===========================================================================*/
.shiny-btn2 {
    display: block;
    position: relative;
    width: 90%;
    padding: 0.6em 0;
    margin: 30px auto;
    background-color: #f16400;
    box-shadow: 0 3px 0 0 #89481b;
    border-radius: 5px;
    font-weight: bold;
    font-size: 230%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn2:hover {
	background-color: #ff8936;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn2:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
	animation: shiny-btn2 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


@media screen and (max-width: 435px) {
	
	.shiny-btn2 {font-size: 150%;
    /* width: 100%; */
    padding: 1em 0.5em;}}


/*=========================================================================

READMORE BUTTON

===========================================================================*/

.readmore-button-box {

			
background: -webkit-gradient(top, rgba(255,255,255,0.5), white); 
background: -moz-linear-gradient(top, rgba(255,255,255,0.5), white); 
background: -o-linear-gradient(top, rgba(255,255,255,0.5), white); 
background: -ms-linear-gradient(top, rgba(255,255,255,0.5), white); 
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80ffffff,EndColorStr=#ffffffff); 
text-align: center;
padding-top: 4.5em;
margin-top: -6.5em;
position: relative;
padding-bottom: 2.5em;
		}
		
.readmore-button-box a {
    background-color: #FFF;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    border-radius: 18px;
    padding: 0.5em 2.5em;
    display: inline-block;
    font-weight: bold;
    font-size: 1.25em;
}

.readmore-button-box a:hover {
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #FFF;
}
	
.readmore-area {
	display: none;	
}

		
div.samplearea {
	border: 1px solid gray;		
	padding: 1em;				
	margin: 0px 1px 1em 0px;	
	max-width: 420px;			
	display: inline-block;		
	vertical-align: top;		
}
		

/*=========================================================================

Sophie creating new icon for CSS

===========================================================================*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1qooga');
  src:  url('../fonts/icomoon.eot?1qooga#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1qooga') format('truetype'),
    url('../fonts/icomoon.woff?1qooga') format('woff'),
    url('../fonts/icomoon.svg?1qooga#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-note:before {
  content: "\e900";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-circle-right:before {
  content: "\ea42";
}


/*=========================================================================

VOICE

===========================================================================*/



.home-voice {
	padding: 50px 0 45px;
	background: url(../img/itutor/home/bg_plus01.png) top 25px left 25px;
	background-size: 50px
}
.home-voice-heading {
	margin-bottom: 25px;
	text-align: center
}
.home-voice-heading__sub {
	line-height: 2;
	font-weight: 900;
	font-size: 1.5rem;
	letter-spacing: 0.1em
}
.home-voice-heading__head {
	line-height: 1.5;
	font-weight: 900;
	font-size: 2.8rem;
	color: #1696e8;
	letter-spacing: 0.1em
}
.home-voice-list__item {
	margin-bottom: 15px;
	padding: 1.5em;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1200ms, -webkit-transform 1200ms;
	transition: opacity 1200ms, -webkit-transform 1200ms;
	transition: opacity 1200ms, transform 1200ms;
	transition: opacity 1200ms, transform 1200ms, -webkit-transform 1200ms
}
.home-voice-list__item.is-active {
	visibility: visible;
	opacity: 1
}
.home-voice-list__head {
	margin-bottom: 10px;
	line-height: 1.67;
	font-weight: 900;
	font-size: 1.4rem;
	letter-spacing: 0.1em
}
.home-voice-list__span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffe348));
	background: linear-gradient(transparent 55%, #ffe348 55%)
}
.home-voice-list__txt {
	margin-bottom: 13px;
	line-height: 1.79;
	letter-spacing: 0
}
.home-voice-list__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.home-voice-list__img {
	width: 41px;
	margin-right: 9px
}
.home-voice-list__note {
	line-height: 1.78;
	font-weight: 700
}
@media all and (max-width: 599px) {
	.home-voice-list__item {
		background-color: #fff;
		border-radius: 15px 15px 15px 0;
		box-shadow: 2px 4px 10px 0px rgba(143, 148, 157, 0.25);
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	.home-voice-list__item.is-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
@media (max-width: 374px) {
	.home-voice-list__head {
		font-size: 1.7rem
	}
}
@media (max-width: 359px) {
	.home-voice-list__head {
		font-size: 1.6rem;
		letter-spacing: 0.06em
	}
	.home-voice-list__note {
		font-size: 1.3rem
	}
}
@media all and (min-width: 600px) {
	.u-inner {
    width: 100%;
    max-width: 1120px;
    margin: auto;
		padding-top: 6em;
		
}
	
	.home-voice {
		padding: 100px 0 145px
	}
	.home-voice-heading {
		width: 100%;
		margin-bottom: 104px
	}
	.home-voice-heading__sub {
		line-height: 2.4;
		font-size: 2.5rem
	}
	.home-voice-heading__head {
		line-height: 1.33;
		font-size: 4.5rem
	}
	.home-voice-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.home-voice-list__item {
		width: 530px;
		padding: 0
	}
	.home-voice-list__item:nth-of-type(odd) {
		margin-right: 30px
	}
	.home-voice-list__item:nth-of-type(even) {
		margin-left: 30px
	}
	.home-voice-list__item:first-of-type {
		margin-bottom: 30px;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	.home-voice-list__item:first-of-type.is-active {
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px)
	}
	.home-voice-list__item:nth-of-type(2) {
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition-delay: 150ms;
		transition-delay: 150ms
	}
	.home-voice-list__item:nth-of-type(2).is-active {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	.home-voice-list__item:nth-of-type(3) {
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms
	}
	.home-voice-list__item:nth-of-type(3).is-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.home-voice-list__item:nth-of-type(4) {
		-webkit-transform: translateY(90px);
		-ms-transform: translateY(90px);
		transform: translateY(90px);
		-webkit-transition-delay: 450ms;
		transition-delay: 450ms
	}
	.home-voice-list__item:nth-of-type(4).is-active {
		-webkit-transform: translateY(60px);
		-ms-transform: translateY(60px);
		transform: translateY(60px)
	}
	.home-voice-list__txt-area {
		margin-bottom: 15px;
		padding: 45px 45px 30px;
		background-color: #fff;
		border-radius: 30px 30px 30px 0;
		box-shadow: 5px 8px 20px 0px rgba(143, 148, 157, 0.25)
	}
	.home-voice-list__head {
		/*font-size: 2rem*/
	}
	.home-voice-list__txt {
		line-height: 1.87;
		font-size: 15px;
	}
	.home-voice-list__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.home-voice-list__img {
		width: 63px;
		margin-right: 17px
	}
	.home-voice-list__note {
		line-height: 1.53;
		font-size: 13px;
	}
}

@media screen and (max-width: 435px) {
.u-inner {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
	
	.home-voice-list__head {

    font-size: 1.2rem;
    
}
	
	.home-voice-list__note {
 
    font-size: 11px;
}
}



	.voice_box,.voice_box2,.voice_box3 {
		margin-bottom: 15px;
		padding: 45px 45px 30px;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25)
	}

.voice_box3{border:4px solid #267F25;}


.tokuten_box {
		margin-bottom: 15px;
		padding: 45px 45px 30px;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25);
		border:4px solid #F9A849;
	}
.title-box3{
  margin: 1em auto 1.5em;
  background-color: #fff;
  border: 4px solid #ffa726;
  letter-spacing: .3px;
	border-radius: 1.5rem;
	box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25);
		max-width:800px;
	
	
}


.title-box3-title{
  color: #fff;
  font-weight: bold;
  background-color: #ffa726;
  padding: 4px 6px;
  text-align: center;
	    border-radius: 10px 10px 0 0;
}
.title-box4{
  margin: 1em auto;
  background-color: #fff;
 border: 4px solid #ee5921;
  letter-spacing: .3px;
	border-radius: 1.5rem;
	box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25);
		max-width:800px;
	
	
}

.title-box3-title.last{ background-color: #ee5921;}


@media all and (max-width: 600px) {
		.voice_box,.voice_box,.tokuten_box {
		margin-bottom: 15px;
		    padding: 2.5rem 1rem;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25)
	}
	.voice_box2 {
		margin-bottom: 15px;
		padding: 0 0.5em;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25)
	}
     
     .voice_box3 {
		margin-bottom: 15px;
		padding: 1em 0.5em;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25)
	}
	
	.sp_text{font-size:80%;}
}


.voice_wrapper{max-width: 850px;
margin: 0 auto;}

.voice_ttl{padding-left:1.5em;
 margin-bottom: .5em;}


/*============================================================*/
.c-box-flow__block{background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    margin-bottom: 3rem;
    padding: 2.375rem 3rem 3rem;
    position: relative;}

.c-box-flow__block2{background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    margin-bottom: 3rem;
    padding: 2.375rem 3rem 3rem;
    position: relative;}

.c-box-flow__head {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.c-box-flow__number {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    background-color: #629A41;
    width: 7.6875rem;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.625rem;
    border-radius: 62.5rem;
}

.c-box-flow__title {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
}

.c-box-flow__block:after {
    content: "";
    display: block;
    width: 1.9375rem;
    height: 5.5rem;
    background: url(../img/img-arrow-down-sm@2x.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: -4.125rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {}
.c-box-flow__block,.c-box-flow__block2 {
    padding: 1.5rem;
    margin-bottom: 1.75rem;
}
.c-box-flow__head {
    display: block;
    margin-bottom: 0.625rem;
}

.c-box-flow__number {
    font-size: 1rem;
    width: 6.25rem;
    height: 1.875rem;
    margin-bottom: 0.5rem;
}

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


.c-block-price table tr:first-child th {
    border-radius: 1.5rem 0 0 0;
    border-top: none;
    border-left: none;
}

.c-block-price table th {
    width: 22.36842%;
    background-color: #DBDBDB;
    font-weight: 700;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.c-block-price table th, .c-block-price table td {
    vertical-align: middle;
    border: 1px solid #EBEBEB;
    padding: 0.625rem 0.75rem;
}







.c-box-flow__title {
    font-size: 1.125rem;
}




.c-block-description__title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0;
    letter-spacing: 0.1em;
    background-color: #F9A849;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 11rem;
    padding: 0.3125rem 1.5rem;
    position: relative;
}

.c-block-description__title:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #F6FBFF transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.c-block-description__title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #B46100 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em){
.c-block-description__title {
    min-width: inherit;
    font-size: 1.25rem;
	}}


hr.dod{
    border-top: 5px dotted #dbdbdb;
    border-right: none;
    border-bottom: none;
    border-left: none;
	width: 70%;
	float: right;

	top: 1em;
    position: relative;
}


hr.dod2{
    border-top: 5px dotted #dbdbdb;
    border-right: none;
    border-bottom: none;
    border-left: none;
	width: 100%;
	float: right;

	top: 1em;
    position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {hr.dod{
    border-top: 5px dotted #dbdbdb;
    border-right: none;
    border-bottom: none;
    border-left: none;
	width: 40%;
	float: right;

	top: 1em;
    position: relative;
}
}


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


.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:;
  margin: 0 auto 32px;
}

.card-thumbnail {
  width: 200px;
}

.card-img {
  width: 100%;
  display: block;
}

.card-caption {
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
}


/* 偶数番目に登場する.cardは右から左に要素が配置されるようにする */

.card:nth-child(odd) {
  flex-direction: row-reverse;
}


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

.wrap:not(:last-child) {
  margin-bottom: 80px;
}

.wrap:nth-child(even) {
  flex-direction: row-reverse;
}


.box {
  width: 58%;
}

@media (max-width:480px) {
   .wrap img {width:90%;
	   margin: 0 auto;
	   margin-bottom: 2em;
	       
   }

   .box {
       width: 100%;
   }
}

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

.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: ;
	text-align: center;
	width: 100%;
}

.of_h{
	overflow: hidden;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 60px;
	background-color: #bbd051;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

@media (max-width:480px) {.heading04{display: none;}}
/**************************************************/

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


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

.cp_card {
		margin-bottom: 15px;
		padding: 45px 45px 30px;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: 0px 4px 10px rgba(143, 148, 157, 0.25)


}
.cp_ribbon12 {
	position: absolute;
	z-index: 200;
	top: 15px;
	width: calc(100% + 20px);
	height: 50px;
	margin-right: -18px;
	margin-bottom: 80px;
	margin-left: -18px;
	height: 5em;
}
.cp_ribbon12:before, .cp_ribbon12:after {
	position: absolute;
	/*top: 20px;*/
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px;

}
.cp_ribbon12:before {
	left: -30px;
	border-style: solid;
	border-color: #c37d2b #c37d2b #c37d2b transparent;
}
.cp_ribbon12:after {
	right: -30px;
	border-style: solid;
	border-color: #c37d2b transparent #c37d2b #c37d2b;
}
.cp_ribbon12 .cp_ribbon {
	line-height: 3em;
	position: relative;
	z-index: 100;
	height: inherit;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
	background: #e59b45;
}
.cp_ribbon12 .cp_ribbon:before, .cp_ribbon12 .cp_ribbon:after {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #B46100;
}
.cp_ribbon12 .cp_ribbon:before {
	left: 0;
	border-left: 10px solid transparent;
}
.cp_ribbon12 .cp_ribbon:after {
	right: 0;
	border-right: 10px solid transparent;
}


.green{color:#629A41;}
/*.orange_back{ color:#fff;
 background:#F9A849;
padding:1em;
font-size: 120%;}*/

.naiyou_img{position: absolute; bottom:2%; right: -6%;}
.naiyou_img2{position: absolute;left: -3%;}
.td_wavy {
      text-decoration: underline wavy #ef5e28 3px;
}
.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #bbd051;
	font-size: 30px;
	/*border-bottom: 1px solid #bbd051;*/
}

@media screen and (max-width: 600px) {.cva_ttl{font-size:120%!important;}
.td_wavy {
      text-decoration: underline wavy #ef5e28 3px;
}
	.orange_sp{color: #ef5e28;}}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	
	.naiyou_img{position: relative; bottom:0; right: 0;}
.naiyou_img2{position: relative; left: 0;}

	
}
.sec9 {
    /* background-color: #c4e3f5; */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/sec9_bg.png);
    /*padding-top: 80px;*/
    min-height: 750px;
    background-size: cover;
}


.pc_center{text-align: center;}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {.pc_center{text-align: left;}
	
}

.text_top{font-size:150%;
font-weight:700;
color:#fff;
background-color:#629a41;
padding:0.2rem;
margin-right:0.3rem;}


/*申込フォーム*/
/*#send-table { 
	width : 100%; 
	margin: 0 auto; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	font-size: 100%; }
#send-table th {
    width: 30%;
    background-color: #ECE2E3;
    text-align: right;
    padding: 10px 23px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
#send-table td {
	padding: 10px 20px;
	background-color:#fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#send-table caption { 
	background: #B5636C; 
	padding: 8px 12px; 
	margin: 5px 0; 
	color: #fff; 
	font-size: 130%; 
	font-weight:bold;  }
#send-table2 { 
	width : 100%; 
	margin: 5px auto; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	font-size: 100%; }
#send-table2 th { 
	width: 40%;
	background-color: #ECE2E3; 
	text-align: right; 
	padding: 10px 20px; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; }
#send-table2 td { 
	width: 60%;
	padding: 10px 20px; 
	background-color:#fff; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; }
#send-table2 caption { 
	background: #ECE2E3; 
	padding: 8px 12px; 
	margin: 5px 0;  
	font-size: 130%; 
	font-weight:bold;
	border: 1px solid #ccc;  }
	
input {padding: 10px;font-size:140%;width: 98%;margin: 0 0 12px 0;}
.send { padding: 10px; font-size:140%;}
select { padding: 8px;}
table#send-table input[type="text"] {
    width: 100%;
}*/



/*申込フォーム*/
#send-table {
	text-align: center; 
	/*width : auto%;
	/*margin: 0 auto; */
	border-left: 1px solid#585858bd; 
	border-top: 1px solid #585858bd; 
	font-size: 100%;
	width:100%; }
	
#send-table th {
	width: 30%;
	background-color:#f7990342;
	text-align: center;
	padding: 4px 4px;
	border-right: 1px solid #5858586b;
	border-bottom: 1px solid #5858586b;
	}

	@media screen and (max-width: 435px) {
	#send-table th {
		width: 100%;
		
		}}
	
	


#send-table td {
	padding: 10px 20px;
	background-color:#fff;
	border-right: 1px solid #585858bd;
	border-bottom: 1px solid #585858bd;
	}
#send-table caption { 
	background: #f79903; 
	padding: 8px 12px; 
	margin: 5px 0; 
	color: #403434; 
	font-size: 130%; 
	font-weight:bold;  }
#send-table2 { 
	width : 100%; 
	margin: 5px auto; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	font-size: 100%; }
#send-table2 th { 
	width: 40%;
	background-color: #ECE2E3; 
	text-align: right; 
	padding: 10px 20px; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; }
#send-table2 td { 
	width: 60%;
	padding: 10px 20px; 
	background-color:#fff; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; }
#send-table2 caption { 
	background: #ECE2E3; 
	padding: 8px 12px; 
	margin: 5px 0;  
	font-size: 130%; 
	font-weight:bold;
	border: 1px solid #ccc;  }

	/* modal button width fix 98% > 90% */
	
input {padding: 10px;font-size:140%;width: 90%;margin: 0 0 12px 0;}
.send { padding: 10px; 
	font-size:140%;}
select { padding: 8px;}
table#send-table input[type="text"] {
    width: 100%;
}







input[type="radio"],input[type="checkbox"]{
 /* vertical-align:middle; */
 width: 4%;
}



.days{display:none;}


.imgcenter{display:none;}



/****************    step css　　******************/

.info {
  background: #F6F8D7;
  padding-bottom: 3.0625rem;
}
.info-layout {
 /* margin-top: 2.25rem;*/
}
.info__inner {
  margin: auto;
  max-width: 32.5rem;
  padding: 0;
  width: 100%;
}
.info__top-bg {
  position: relative;
  top: -0.0625rem;
}
.info__contents {
  /*background: #fff;*/
  border-radius: clamp(11.25rem, 0.488rem + 45.918vw, 22.5rem) clamp(11.25rem, 0.488rem + 45.918vw, 22.5rem) 2.4375rem 2.4375rem;
  /*margin-top: 2.1875rem;*/
  padding: 2.5rem 1rem 1.875rem;
}
.info__title {
	padding-top:1em;
  color: #1A1A1A;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}
.info__title span {
  color: #ef5e28;
}
.info__items {
  display: flex;
  flex-direction: column;
  gap: 4.03125rem;
  margin-top: 7.1875rem;
}
.info__item {
 background: rgba(219, 242, 167, 1);
  border-radius: 1.5rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  padding-top: 54.6296296296%;
  position: relative;
}
.info__image {
  position: absolute;
}
.info__image--01 {
  bottom: 9%;
  left: 54%;
  transform: translateX(-50%);
  width: 14rem;
}
.info__image--02 {
  bottom: 18%;
    left: 51%;
    transform: translateX(-50%);
    width: 11rem;
}

.info__image--03 {
  bottom: 18%;
  left: 51%;
  transform: translateX(-50%);
  width: 11rem;
}
.info__texts {
  background: #F6931B;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 0.25rem 0.625rem 0.4375rem;
  position: relative;
  text-align: center;
}
.info__step {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.info__step span {
  font-size: 1rem;
}
.info__text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.9411764706;
}
.info__arrow {
  position: relative;
}
.info__arrow::before {
  background-image: url("../img/info-arrow_icon.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: -2rem;
  transform: translateX(-50%);
  width: 2.0625rem;
}
.info__btn {
  margin-top: 2.6875rem;
  text-align: center;
}
.info__att {
  margin-top: 2.375rem;
}
.info__att-label {
  background: #f06a3c;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: auto;
  text-align: center;
  width: 3.625rem;
}
.info__att-text {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5625;
  margin-top: 0.5rem;
  padding: 0 0.75rem;
}

@media screen and (min-width: 768px) {
	.info {
    padding-bottom: 6.9375rem;
  }
  .info-layout {
   /* margin-top: 0.9375rem;*/
  }
  .info__inner {
    max-width: 65.625rem;
    padding: 0 1.5625rem;
    position: relative;
  }
  .info__contents {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    /*margin-top: 14.75rem;*/
    padding: 0;
    position: relative;
  }
  .info__inner::before {
    background-image: url(../images/common/info-circle_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 53.75rem;
    left: 7%;
    position: absolute;
    top: -8%;
    width: 56.875rem;
  }
  .info__title {
    font-size: 3.125rem;
    line-height: 1.44;
  }
  .info__items {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
        margin-top: 6.1875rem;
  }
  .info__items {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
	          margin-top: 4rem;
   /* margin-top: 6.25rem;*/
  }
  .info__item {
    padding-top: 24%;
    width: calc(35% - 3.9375rem);
  }
  .info__item_lesson {
    padding-top: 6%;
    width: calc(36% - 3.9375rem);
    background-color: #FDF6F0;
    border-radius: 14px;
    color: #fff;
  }
  .info__image--01 {
    width: 15.125rem;
  }
  .info__image--02 {
    width: 11rem;
  }
  .info__step {
    font-size: 1.0625rem;
  }
  .info__step span {
    font-size: 1.375rem;
  }
  .info__text {
    font-size: 1.5rem;
    line-height: 1.9166666667;
  }
  .info__text_lesson {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.6166666667;
  }
  .info__arrow::before {
    top: 41%;
    transform: rotate(270deg) translateX(-50%) translateY(-60%);
  }
  .info__btn {
    margin-top: 4rem;
  }
  .info__att {
    background: #fff;
    border: 3px solid #f6931b;
    border-radius: 2rem;
    margin: 6.125rem auto 0 auto;
    max-width: 52.9375rem;
    padding: 0.5rem 0.5rem 1.4375rem;
    width: 100%;
  }
  .info__att-label {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    color: #F06A3C;
    font-size: 1.875rem;
    width: 100%;
  }
  .info__att-text {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
}


/****************    1日程非表示　　******************/
/*.day1{display: none;}

/****************    日程QAリンクボタン　　******************/
.link-to-event-btn {
    display: inline-block;
    padding: 0.6em 0.6em;
    background-color: #f16400;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.01rem;
  }

  .link-to-event-btn:hover {
    background-color: #89481b;
    transform: translateY(-2px);
  }
/****************    日程QALINEボタン　　******************/
  .line-register-btn {
    display: inline-block;
    padding: 0.6em 0.6em;
    background-color: #28a745; 
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.01rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .line-register-btn:hover {
    background-color: #1e7e34; 
    transform: translateY(-2px);
  }
