@charset "UTF-8";

/*
5問免除
*/

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;border-collapse:collapse;
	margin:0;
	font-size:18px;
}

#footer_pc{
   display:none;
}

table{
	border-collapse:collapse;
}

select,input[type="text"],input[type="email"],input[type="tel"]{
	height:40px;
	font-size:inherit;
	font-family: inherit;
	max-width:300px;
}

input[type="radio"]{
	height:18px;
	width:18px;
}

input[type="submit"]:not(.sbmt_bk){
	width:85%;
	background-color:#108730;
	color:#ffffff;
	padding:10px;
	font-size:20px;
	font-family:'Meiryo';
	letter-spacing:0.5em;
}

input[type="submit"]:not(.sbmt_bk):active{
	background-color:#19a2d4;
}

.undr{
	text-decoration:underline;
}

.lightbox{
	display:none;
	line-height:2em;
}

.drawer-nav div{
	margin-top:30px;
}

#dv_cert img{
	border:solid 2px #000;
	display:block;
	margin:auto;
	width:273px;
	height:197px;
}

#cert img{
	border:solid 2px #000;
	display:block;
	margin:auto;
	width:273px;
	height:197px;
}

ul#ul_sp_offImg li{
	margin-bottom:10px;
}

.dv_sp_sch{
   margin:auto;
}

.sbmt_bk{
	width:85%;
	background-color:#4d4d4d;
	color:#ffffff;
	padding:10px;
	font-size:20px;
	font-family:'Meiryo';
	margin-bottom:10px;
	letter-spacing:0.5em;
}

.sbmt_bk:active{
	opacity:0.8;
}

label{
	font-size:20px;
}

textarea{
	font-size:inherit;
	font-family: inherit;
	max-width:300px;
}

option{
	font-size:inherit;
	font-family: inherit;
}

dd div{
	word-break: break-all;
}

.ft25{
	font-size:21px;
}

#mail1,#mail2,#content{
	width:500px;
	max-width:300px;
}


#ul_ttM{
	list-style:none;
	padding:0;
}

ul.drawer-menu{
	width:100%;
}

.fa{
	font-size:80px;
	color:#403735;
}

.dv_pgtp{
	border:solid 1px;
	width:70px;
	margin:auto;
}

.dv_intp{
	margin:auto;
	width:70px;
	height:70px;
	background-image:url("../images/buildog5.gif");
	background-size:contain;
	transition-duration:0.3s;
}

.dv_intp2{
	margin:auto;
	width:70px;
	height:70px;
	background-image:url("../images/buildog1.gif");
	background-size:contain;
	transition-duration:0.3s;
}

.dv_intp3{
	margin:auto;
	width:70px;
	height:70px;
	background-image:url("../images/buildog5.gif");
	background-size:contain;
	transition-duration:0.3s;
}

.dv_ft {
	position:absolute;
	bottom:10px;
	right:0;
}

.page-top a {
	display: none;
}


#dv_tp a{
	text-decoration:none;
	transition-duration:0.3s;
	width:100%;
	height:100%;
	padding:10px;
	
	
	display:inline-block;
	text-align:center;
	position:relative;
	width:130px;
	height:110px;
	text-align:center;
	border:solid 2px;
	
	
	margin:5px 3px;
	outline: none;
	overflow: hidden;
	z-index: 2;
	color:#26264d;
	background:rgba(120,120,240,0.4);
}

#dv_tp div{
	display:inline;
}

#dv_tp span{
	font-size:16px;
	color:#403735;
	display:inline-block;
	margin-top:10px;
}

#dv_tp a:active{
	background:rgba(0,0,255,0.75);
}

#dv_tp{
	padding:auto;
	text-align:center;
	width:100%;
	margin:40px auto 50px auto;
}

#dv_tp span.squ{
	display:inline-block;
	margin:20px;
	text-align:center;
	transition-duration:0.2s;
	position:relative;
	width:200px;
	height:200px;
	text-align:center;
}



#dv_tp span.squ span{
	position: absolute;
	bottom: 18%;
	left: 0;
	right: 0;
	font-size:20px;
}


div#sp_glb{
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	height:70px;
	width:70px;
	background:rgb(122,41,204);
}


div#sp_glb a.i_calendar:active{
	background:rgb(51,153,255,0.1);
}

div#sp_glb a{
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	background-image:url('../images/0pen.png');
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:center center;
}


/*
#sp_glb a span{
	display:block;
}
*/

#dv_cnv_grp{
	width:310px;
	height:250px;
	margin:auto;
	margin-top:50px;
	font-family:"游ゴシック", YuGothic;
	text-align:center;
	line-height:1.3em;
}

#dv_cnv_grp2{
	width:310px;
	height:250px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	font-family:"游ゴシック", YuGothic;
	text-align:center;
	line-height:1.3em;
}

.pie {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #655;
  background-image: linear-gradient(to right, transparent 50%, #18ed26 0);
  position:absolute;
  bottom:15px;
  right:90px;
}

.pie::before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
}

.deg105::before {
  transform: rotate(105deg);
  
}

.pie2 {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #655;
  background-image: linear-gradient(to right, transparent 50%, #18dfed 0);
  position:absolute;
  bottom:15px;
  left:30px;
}

.pie2::before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
}

.deg120::before {
  transform: rotate(120deg);
  
}

#dv_grp_s{
	border-bottom:none;
	width:60px;
	height:56px;
	float:left;
	position:absolute;
	bottom:0;
	left:25px;
	text-align:center;
	font-weight:bold;
	background:#18dfed;
	font-size:15px;
}

#dv_grp_b{
	border-bottom:none;
	width:60px;
	height:80px;
	margin-left:220px;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	background:#18ed26;
	font-size:15px;
}

.dv_grf_str{
	width: 90px;
	height: 90px;
	text-align: center;
	background:#ED1874;
	position:relative;
    margin-top: 30px;
    margin-left: 110px;
	transform:rotate(15deg);
}

.dv_grf_str:before, .dv_grf_str:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 90px;
	background:#ED1874;
}

.dv_grf_str:before {
    transform: rotate(30deg);
}

.dv_grf_str:after {
    transform: rotate(60deg);
}

.dv_grf_str2{
	width: 90px;
	height: 90px;
	text-align: center;
	background:#ED1874;
	position:relative;
    margin-top: 30px;
    
    margin-left:155px;
	transform:rotate(15deg);
}

.dv_grf_str2:before, .dv_grf_str2:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 90px;
	background:#ED1874;
}

.dv_grf_str2:before {
    transform: rotate(30deg);
}

.dv_grf_str2:after {
    transform: rotate(60deg);
}


#dv_grp_arr{
	margin-left:115px;
	position:absolute;
	bottom:-20px;
	font-size:80px;
	transform:rotateZ(-10deg);
}

#dv_grp_nml{
	position:absolute;
	bottom:60px;
	left:27px;
	text-align:center;
	line-height:1.3em;
	font-weight:bold;
}

#dv_grp_lct{
	position:absolute;
	bottom:83px;
	margin-left:220px;
	text-align:center;
	line-height:1.3em;
	font-weight:bold;
}

#dv_grp_up{
	position:absolute;
	left:127px;
	top:45px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-style:oblique;
}

#dv_grp_sml{
	display:none;
}

#dv_grp_mny{
	display:none;
}

.dv_grp_ttl{
	position:absolute;
	bottom:-70px;
	width:310px;
	text-align:center;
	font-size:16px;
}

#dv_grp_ln{
	position:absolute;
	left:100px;
	top:150px;
	font-size:30px;
	transform:rotateZ(-20deg);
}

#dv_grp_bld{
	position:absolute;
	left:135px;
	top:140px;
	line-height:1.3em;
	font-weight:bold;
}

#dv_grp_mst{
	position:absolute;
	left:160px;
	top:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-style:oblique;
}

#dv_grp_ln2{
	position:absolute;
	left:290px;
	top:150px;
	font-size:30px;
	transform:rotateZ(-20deg);
}

#dv_grp_lct2{
	position:absolute;
	left:320px;
	top:130px;
	line-height:1.3em;
	font-weight:bold;
}


#sp_btn{
	background-color:#333 !important;
	color:#fff;
	z-index:30;
	text-align:center;
	height:70px;
	width:70px;
}

#sp_btn p{
	position:relative;
}

#sp_btn div{
	position:absolute;
	top:25%;
	left:25%;
}

#sp_fa{
	font-size:28px;
	color:#fff;
}

.SB{
	background-color:#0dd1c9;
	color:#fcde23;
	text-align:left;
	padding:65px 0 0 10px;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
}

.tm{
position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #D2691E;
	font-size:13px;
}

.tm::after{
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D2691E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner{
	width:270px;
}

.w100{
	width:100px;
}

.w50{
	width:50px;
}

.w180{
	width:160px;
}

.w200{
	width:170px;
}

.w230{
	width:190px;
}

.err{
	color:#ff7f7f;
	font-weight:bold;
}

.required{
	color:#ff7f7f ;
}

.txtC{
	text-align:center;
}

#dv_ttn span{
	text-decoration:underline;
	line-height:1.5em;
}

.img_inq{
	text-align:center;
}

.img_inq img{
	width:252px;
}

.sct_inq{
	text-align:left;
	padding:10px;
}

.dv_faqMT{
	padding:0 15px;
}

#fm_inq{
	width:100%;
	line-height:1.5em;
}

#tbl_mainSp{
	text-align:left;
	margin:auto;
	width:100%;
}

#tbl_mainSp td{
	padding:8px;
	border:solid 2px #ababab;
}

#tbl_mainSp th{
	border:solid 2px #ababab;
	background-color:#f5f5f5;
	padding:8px;
	position:relative;
}

.lg_mst{
	padding:2px 4px;
	background-color:#f39800;
	color:#f2e9da;
	border-radius:5px;
	font-size:15px;
	border:solid 2px #d98900;
	box-shadow:0px 2px 2px -2px #4d3000;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-19px;
}

#frm_inq{
	text-align:center;
}


.menulist{
	display:none;
}

#sp_mm{
	font-size:14px;
	display:inline-block;
	margin-top:10px;
	text-align:center;
	width:100%;
}


.gray li{
	background-color:#e6e6fa;
}

.test:after{
	content:" ＋";
	font-size:23px;
	font-weight:bold;
}

.test.active:after{
	content:" －";
	font-size:23px;
	font-weight:bold;
}


/* 親の[ul] */
.syncer-acdn-parent{
	width: 250px ;
	margin: 1.5em 0 0 ;
	padding: 12px 18px ;
	border: 2px solid rgba( 0,0,0, 0.1 ) ;
}

/* 子の[ul] */
.syncer-acdn-child
{
	display: none ;
}

/* 余白設定 */
.syncer-acdn-child ,
.syncer-acdn-parent li ,
.syncer-acdn-parent li p
{
	margin: 0 ;
	padding: 0 ;
}

/* 親と子の[li] */
.syncer-acdn-parent li{
	list-style: none ;
	line-height:2em;
}

.syncer-acdn-parent li:not(:last-child){
	border-bottom:dashed 1px;
}

.syncer-acdn-parent li a{
	display:block;
	text-align:left;
}

.syncer-acdn-parent li a:before{
	content:"→";
	padding-left:20px;

}


/* 親の[a] */
.syncer-acdn-parent li p a
{
	position: relative ;
	top: 0 ;
	left: 0 ;
}

.syncer-acdn-parent li p a:after ,
.syncer-acdn-parent li p a:hover:after
{
	color: #333 ;
	background: rgba( 0,0,255 , 0.1 ) ;
}

.syncer-acdn-parent li p a:after
{
	position: absolute ;
	top: 50% ;
	right: 12px ;
	content: "開閉" ;
	font-size: .85em ;
	margin-top: -12.5px ;
	height: 17px ;
	line-height: 17px ;
	padding: 4px 8px ;
}


/* 親の[a]と子の[li] */
.syncer-acdn-parent li p a ,
.syncer-acdn-child li
{
	border-bottom: 1px solid rgba( 0,0,0, 0.1 ) ;
}


/* 親と子の[a] */
.syncer-acdn-parent li a
{
	display: block ;
	padding: 8px 0 ;
	font-weight: 700 ;
	text-decoration: none ;
	color: #333 ;
}

.syncer-acdn-parent li a:hover
{
	cursor: pointer ;
	color: #f00 ;
	background: rgba( 0,0,0, 0.1 ) ;
}


/* 子の[a] */
.syncer-acdn-child li a:before
{
	content: "∟" ;
	padding-right: 5px ;
}


.ttl_faq {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	font-size:25px;
	font-weight:bold;
	margin-top:40px;
}

.ttl_faq::before,
.ttl_faq::after {
	position: absolute;
	content: '';
	border-radius: 100%
}

.ttl_faq::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(13, 117, 209, .5);
}

.ttl_faq::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(117, 181, 209, .5);
} 

.acMenu{
   padding-bottom:30px;
}

.acMenu div{
	margin-left:13px;
}

.acMenu span:not(.strong){
	display:inline-block;
	margin-left:10px;
	text-decoration:underline;
   padding-top:10px;
}

.acMenu dt input[type="button"]{
   position:absolute;
   right:5px;
   bottom:5px;
   border:solid 1px;
   box-sizing: border-box;
   padding:5px;
   font-size:0.8em;
}

.acMenu input[type="button"].hd_a{
   display:none;
}

.acMenu dt{
    display:block;
   position:relative;
    min-height:50px;
    line-height:30px;
    text-align:left;
    border:#666 1px solid;
    cursor:pointer;
    padding-bottom:8px;
	margin-top:30px;
      box-sizing: border-box;
      padding-bottom:50px;
}

.acMenu dt:hover{
	color:#1111cc;
	opacity:0.9;
	transition-duration:0.2s;
}

.acMenu dt::before{
   content: "Q";
   display: flex;
   justify-content: center;
   align-items: center;
   background: #D65556;
   color: #fafafa;
   width: 35px;
   height: 35px;
   font-size:1.1em;
}

.acMenu dd{
    background:#f2f2f2;
    min-height:50px;
    line-height:30px;
    text-align:left;
    vertical-align:top;
    border:#666 1px solid;
    display:none;
    padding-bottom:8px;
}

.acMenu dd::before{
   content: "A";
   display: flex;
   justify-content: center;
   align-items: center;
   background: #6699B7;
   color: #fafafa;
   width: 35px;
   height: 35px;
   font-size:1.1em;
}

.acMenu dt.active{

}

.ul_faq{
	border:dotted 1px;
	width:230px;
	margin:auto;
	padding:0;
}

.ul_faq li{
	list-style:none;
	padding-top:10px;
	padding-bottom:5px;
}

.fa-mobile{
	font-size:25px;
	color:#cc106e;
	transform:rotateZ(10deg);
}


#dv_bs{
	position:absolute;
	top:60px;
}

.sp_menu{
	border:solid 1px #007bbb;
	border-radius:5px;
	padding:3px 7px;
	background-color:#007bbb;
}

#wrap{
	text-align:center;
	width:100%;
}

#wrap2{
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	box-shadow:0px 0px 4px 4px #cfcfcf;
}

#LW{
	text-align:left;
	background-color:#ffffff;
	position:absolute;
	top:50px;
}

#LW_pb30{
	text-align:left;
	background-color:#ffffff;
	padding-bottom:30px;
}

#sol2{
	margin:20px auto auto auto;
}

#tr{
	text-align:left;
}

#lh_fs19{
	line-height:1.5em;
	padding:0px 10px 0 10px;
}

#lh{
	line-height:1.5em;
	padding:5px 15px 0 15px;
}

#lh_p150010{
	line-height:1.5em;
	font-size:19px;
	padding:15px 0 0 10px;
}

#R_pr50{
	text-align:right;
}

#p00010{
	padding:0 0 0 5px;
}

#p50015{
	padding:20px 0 0 5px;
}

#p00015{
	padding:0 0 0 5px;
}

.p750015{
	padding:75px 0 0 5px;
}

#p010015{
	padding:0 10px 0 5px;
}

.sp_spc{
	padding-top:20px;
	padding-bottom:60px;
}

.mgn_t{
	margin-top:20px;
}

.mgn_t3{
	margin-top:30px;
}

.mt4{
	margin-top:4px;
}

.mt10{
	margin-top:10px;
}

.mt50{
	margin-top:50px;
}

#w200{
	width:200px;
}

#w180{
	width:180px;
}

#w155{
	width:155px;
}

.pl12{
	padding:10px 15px 0 15px;
}

#sec{
	margin-left:25px;
}

.fwb{
	font-weight:bold;
}

.LgCr address{
	display:none;
}

.LgCr{
	padding-top:50px;
}


#sp_a_offr{
	position:fixed;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	text-decoration:none;
	z-index:20;
	background:rgba(0,0,240,0.85);
	padding:12px 10px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display:inline-block;
	width:60vw;
	text-align:center;
	font-weight:bold;
	color:rgba(250,250,250,0.8);
}

#sp_a_offr:active{
	background:rgba(240,0,120,0.85);
}

.txt_r{
	position:relative;
}

div.txt_r div.page-top{
	position:absolute;
	right:0;
}

#Cft18{
	text-align:center;
	font-size:18px;
}

#RSP{
	text-align:right;
	margin-top:40px;
}

#lh010015{
	line-height:1.5em;
	padding:0px 10px 0 15px;
}

.lh_pd{
	line-height:1.5em;
	padding:20px 0 0 8px;
}

.img_flw{
	border:solid 1px;
	display:inline-block;
	margin:60px auto 30px auto;
}

.img_flw2{
   display:none;
}

/*
.img_flw2 img{
	display:inline-block;
	margin:10px auto 40px auto;
}

.img_flw2 p{
	position:absolute;
	top:12px;
	right:18px;
	font-size:16px;
	font-weight:bold;
	transform:rotateZ(13deg);
}

.img_flw2 p span{
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}
*/

#ul_offCh{
	list-style:none;
	padding:0;
}

#ul_offCh li:nth-child(odd){
	display: block;
	text-decoration: none;
	margin-top:30px;
	font-weight:bold;
	font-size:20px;
	font-family:"游ゴシック", YuGothic;
}

#ul_offCh li:nth-child(odd) span{
	padding:5px;
}

#ul_offCh li:nth-child(even){
	position:relative;
	padding: 15px;
	margin: 7px 0 10px 0px;
	border-bottom:dashed 1px #ccc;
	color:#333;
	line-height:2em;
}


ol#ol_offSub{
  counter-reset:list;
  list-style-type:none;
  padding:0;
  margin-left:5px;
}

ol#ol_offSub li{
  position:relative;
  margin: 7px 0 7px 0px;
  padding-left:43px;
  line-height: 30px;
  border:none;
}

ol#ol_offSub li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fafaff;
  font-weight:bold;
  line-height:30px;
  background: #142acc;
  top: 50%;
  transform: translateY(-50%);
}

ol#ol_offSub li:after{
  content:"";
  display: block;
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #142acc;
  top: 50%;
  transform: translateY(-50%);
}

#num{
	text-align:right;
	background-color:#0dd1c9;
	padding-right:10px;
	color:#4c0016;
	font-size:13px;
}

.howto{
	width:290px;
}

#flow_tk{
	width:249px;
	height:414px;
}

.dv_flt{
	margin:auto;
	margin-bottom:50px;
	line-height:1.5em;
}

#choco{
	color:#D2691E;
	font-size:30px;
	margin-left:115px;
	margin-top:10px;
	margin-bottom:10px;
}

.chart{
	border:solid #D2691E;
	width:240px;
	padding:15px;
	border-radius:25px;
	margin-top:10px;
}

#bracket{
	border-radius:25px;
	border:solid #D2691E;
	width:240px;
	padding:15px;
	margin-top:10px;
}

.headding06 {
	line-height:1em !important;
	margin:0;
	font-family:"游ゴシック", YuGothic;
}

.dv_hd{
	text-align:center;
	margin-top:50px;
}

.dv_hd span{
	font-family:"Segoe Print",Papyrus;
	margin-bottom:30px;
	display:inline-block;
}

.ttl_und{
	text-align:left;
	margin:50px 15px 20px 15px;
	font-weight:normal;
	border-bottom: solid 3px #bbbbbb;
	position: relative;
	line-height:1.5em;
}

.ttl_und:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fa6f19;
	bottom: -3px;
	width: 15%;
}

.ttl_und3{
	text-align:left;
	margin:20px auto 20px auto;
	font-weight:normal;
	border-bottom: solid 3px #bbbbbb;
	position: relative;
	line-height:1.5em;
}

.ttl_und3:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fa6f19;
	bottom: -3px;
	width: 15%;
}

.tbl_tm{
	margin:auto;
	width:95%;
	font-size:20px;
}

.tbl_tm:after{
	margin-bottom:20px;
}

.tbl_tm tr:nth-child(odd){
	background-color:#e1f0fa;
}

.tbl_tm tr:nth-child(even){
	background-color:#f5f5f5;
}

.tbl_tm td{
	padding:15px;
}

.tbl_tm th{
	width:30%;
	font-weight:normal;
	text-align:center;
}


#tbl_tm{
	margin:auto;
	width:95%;
	font-size:20px;
}

#tbl_tm:after{
	margin-bottom:20px;
}

#tbl_tm tr:nth-child(odd){
	background-color:#e1f0fa;
}

#tbl_tm tr:nth-child(even){
	background-color:#f5f5f5;
}

#tbl_tm td{
	padding:15px;
}

#tbl_tm th{
	width:30%;
	font-weight:normal;
	text-align:center;
}

#tbl_tm2{
	margin-top:10px;
}

table#tuition_t {
    margin: 0 15px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    
}
 
table#tuition_t th,
table#tuition_t td {
    padding: 10px;
}
 
table#tuition_t th {
    background: #1486cc;
    vertical-align: middle;
    text-align: left;
    width: 190px;
    overflow: visible;
    position: relative;
    color: #fff;
}
 
table#tuition_t th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1486cc;
    border-width: 10px;
    margin-top: -10px;
}

table#tuition_t td {
    background: #f8f8f8;
    width: 280px;
    padding-left: 20px;
}

#tj_flow,#sec{
	margin:auto 15px;
}

.headding07 {
	border:solid 2px #D2691E;
	background-color:#d2691e;
	border-radius:10px;
	width:250px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}

.headding06_s {
position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}

.headding06_s:before{
content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.headding06_s:after{
content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.headding06_ss {
position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}

.headding06_ss:before{
content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.headding06_ss:after{
content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.headding05 {
	position:relative;
	text-align:left;
	font-family:"游ゴシック", YuGothic;
	
	
	padding: 10px 40px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.headding05::before,
.headding05::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.headding05::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(20, 134, 204, .5);
}

.headding05::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(184, 196, 204, .5);
}

.headding {
	margin:20px 0 40px 0;
	font-family:"游ゴシック", YuGothic;
}

.headding span.stp {
	background:#1486cc;
	display:inline-block;
	color:#fcfcfc;
	border:solid 1px #1486cc;
	padding:10px;
	
    overflow: visible;
    position: relative;
}



.headding span.stp:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1486cc;
    border-width: 10px;
    margin-top: -10px;
}





.headding span.stp_dtl {
	border-top:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	display:inline-block;
	padding:10px 10px 10px 20px;
}

#flow_after{
	width:271px;
	height:451px;
}

#dv_glb{
	margin:auto;
}


.large{
	width:100%;
}

.large2{
	width:100%;
}

.sec_large{
	width:100%;
}

.copy{
	font-size:xx-small;
	text-align:left;
}


#global_sp{
	background:rgba(240,240,240,0.8);
	font-size:16px;
	color:#000000;
	text-align:center;
	z-index:4;
	position: fixed;
	height:70px;
}

#global{
	background:rgba(240,240,240,0.8);
	font-size:16px;
	color:#000000;
	text-align:center;
	z-index:2;
	position: fixed;
	height:70px;
}

#dv_glb_in{
	position:retaive;
}

div#global p{
	margin:auto;
	width:150px;
}

div#global img{

}

div#global_sp h1{
	font-size:18px;
	letter-spacing:0.1em;
	font-family:"游ゴシック", YuGothic;
	font-weight:normal;
}

#global_pc,#dv_glb_in_pc,#RE_num_pc,.ul_tk{
   display:none;
}

.sp_ft{
	display:inline-block;
	float:left;
	position:relative;
}

.sp_ft img{
	width:100%;
}

.sp_ft p{
	position:absolute;
	top:12px;
	right:18px;
	font-size:16px;
	font-weight:bold;
	transform:rotateZ(13deg);
}

.sp_ft p span{
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}

.mark{
	width:300px;
}

.index{
	width:300px;
	height:55px;
}

.strong{
	color:#fc1125;
	font-weight:bold;
}

.ph_table{
	border:solid 1px;
	padding:10px;
}

.flow{
	width:300px;
	height:100px;
}

.offer{
	width:300px;
	height:350px;
}


.offer_t{
	display:none;
}

/*
.offer_t{
	width:1000px;
}

.offer_t th{
	font-weight:normal;
	background-color:#f0f0f0;
}
*/

#dv_spNs{
	border:solid 2px #000;
	font-size:23px;
	margin-top:30px;
}

.spul_offer{
	margin:40px 0;
	padding:0;
	border:solid 2px #b8b4cc;
	border-top:none;
	border-radius:8px;
	list-style:none;
}

.spul_offer li:nth-child(1){
	position:relative;
	text-align:center;
	border-radius:8px 8px 0 0;
}

.sp_ofrOn{
	background:#1486cc;
}

.sp_ofrOn:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #1486cc;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrOn:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #1486cc;
	position: absolute;
	right: 50%;
	bottom: -24px;
}


.sp_ofrHr{
	background:#cc142a;
}

.sp_ofrHr:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #cc142a;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrHr:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #cc142a;
	position: absolute;
	right: 50%;
	bottom: -24px;
}

.sp_ofrPr{
	background:#108730;
}

.sp_ofrPr:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #108730;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrPr:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #108730;
	position: absolute;
	right: 50%;
	bottom: -24px;
}


.sp_ofrMx{
	background:#808080;
}

.sp_ofrMx:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #808080;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrMx:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #808080;
	position: absolute;
	right: 50%;
	bottom: -24px;
}

.sp_nmb{
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

.spul_offer li:nth-child(2){
	text-align:center;
	padding:25px 0 5px 15px;
}

.sp_dtE{
	font-size:25px;
	font-weight:bold;
}

.sp_dtS{
	font-size:15px;
}

.spul_offer li:nth-child(3){
	font-size:15px;
	padding:5px 0;
}

.spul_offer li:nth-child(3) div{
	background:#eef1f6;
	padding:10px 20px;
}

.spul_offer li:nth-child(4){
	text-align:center;
	padding:20px;
}

.spul_offer li span{
	display:inline-block;
	
}

.spul_offer li a:not(.acc){
	display:inline-block;
	text-decoration:none;
	width:80%;
	color: #ffffff;
	padding: 10px;
	font-size: 17px;
	border-radius:20px;
	letter-spacing:0.3em;
}

.spul_offer h3{
	color:#fcfcfc;
	margin:0 5px 0 0;
	display:inline-block;
	padding:10px 0;
	font-size:25px;
}

.ltt{
	font-weight:bold;
	color:#fff;
	background:#f16e00;
	font-size:13px;
	line-height:1.5em;
	padding:2px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-12.5px;
}

.mx{
	font-weight:bold;
	color:#fff;
	background:#b079f2;
	font-size:13px;
	line-height:1.5em;
	padding:2px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-12.5px;
}

.sp_ok{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #1486cc;
}

.sp_ok:active{
	background:#cc1486;
}

.sp_okH{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #cc142a;
}

.sp_okH:active{
	background:#cc1486;
}

.sp_bfr{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #108730;
	color:#ffffff;
	width:80%;
}

.sp_ng{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #808080;
	color: #ffffff;
	width:80%;
}

.pdf{
	width:260px;
}

.sp_acc{
	margin:0 15px;
	line-height:1.5em;
}

.map{
	width:270px;
	height:270px;
}

.div_map{
	overflow:auto;
	margin:auto;
}

.ent_large{
	width:100%;
}

.ent_t{
	width:100%;
}

.iframe{
	width:260px;
	height:330px;
   border: none;
}

.ent_submit{
	width:320px;
}

.agree{
	width:280px;
}

#dv_spInqSbmt{
	margin:20px auto;
	text-align:center;
}

#gd_fv{
	font-size:14px;
}

ul.root{
	padding-left:20px;
	margin-left:0;
}

.ul_cnt{
/*
	color: #1e366a;
	border-top: solid #1e366a 1px;
	border-bottom: solid #1e366a 1px;
	padding: 0.5em 0 0.5em 1.5em;
	margin-bottom:70px;
*/
	list-style-type:none;
	position:relative;
	letter-spacing:0.1em;
	padding-left:15px;
}
.ul_cnt li{
/*
	line-height: 1.5;
	padding: 0.5em 0;
*/
	position:relative;
	padding: 7px 5px 7px 5px;
	margin: 7px 0 10px 0px;
	font-weight: bold;
	border-bottom:dashed 1px #ccc;
	color:#333;
	font-size:14px;
	line-height:1.3em;
}


.agree{
	width:85%;
	background-color:#108730;
	color:#ffffff;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	display:inline-block;
	letter-spacing:0.5em;
	line-height:1.5em;
}

.agree:active{
	background-color:#19a2d4;
}

.dspl_pc{
   display:none;
}

h1{font-size:27px; font-weight:bold;}
h2{font-size:24px; font-weight:bold;}
h3{font-size:20px; font-weight:bold;}
