/**/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, srticle, aside, figure, figcaption, nav{
  margin:0;
  padding:0;
  font-size:1.2em;
}
body{
  line-height:1.1;
  -webit-text-size-adjust:none;
  width:100%;
  background:url(/sp/img/body-bg.gif);
}

/*/////////////////////////////////////////////////　HTML5*/
header, hgroup, section, srticle, aside, footer, figure, figcaption, nav{
  display:block;
}
img{
  border:0;
  virtical-align:bottom;
}
ul, ol{
  list-style:none;
}
table{
  border-spacing:0;
  empty-cells:show;
}

body,
table,
input, textarea, select, option {
    font-family: HiraKakuProN-W3;
    font-size: 1em;
}

article {
	width:100%;
}

/*/////////////////////////////////////////////////　CSs3*/

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;
 }
 to {
   opacity: 0.3;
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.8s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}


/*/////////////////////////////////////////////////　PARTS*/

a {
	text-decoration:none;
	color:#146191;
}

small {
	font-size:0.7em;
}

.fl {
	float:left;
}

.breadcrumb {
	font-size:11px;
	margin-top:10px;
	margin-bottom:15px;
}

.bold {
	font-weight:bold;
}

.red {
	color:#FF0000;
}

.yellow {
	background:#FFFF00;
}

.mb20 {
	margin-bottom:20px;
	margin-top:10px;
}


/*/////////////////////////////////////////////////　共通*/

section#topics ,
section#characteristics ,
section#schedule ,
section#school ,
section#about01 ,
section#about02 ,
section#company ,
section#protect ,
section#introduction ,
section#thanks {
	display:block;
	width:95%;
	margin:0 auto;
}


section#characteristics h1 ,
section#schedule h1 ,
section#school h1 ,
section#about01 h1 ,
section#company h1 ,
section#protect h1 ,
section#introduction h1 {
	font-size:35px;
	padding-left:55px;
	margin-bottom:5px;
	text-shadow: 1px 1px 0px #FFF;
}


section#characteristics h1.sub_tit {
	font-size:30px;
	padding-left:55px;
	text-shadow: 1px 1px 0px #FFF;
	padding-bottom:10px;
}

section#characteristics p.sub ,
section#schedule p.sub ,
section#school p.sub ,
section#about01 p.sub ,
section#company p.sub ,
section#protect p.sub ,
section#introduction p.sub {
	background:url(/sp/etc/img/sub-bg.gif) repeat-x;
	background-position:0 0;
	font-size:12px;
	line-height:1.3;
	padding-top:8px;
	text-shadow: 1px 1px 0px #FFF;
	margin-bottom:20px;
}


/*/////////////////////////////////////////////////　トップ ヘッダー*/


header {
	border-top:4px solid #1283B7;
	width:100%;
	height:auto;
	background:#FFF;
}

header table tr th a{
	display:block;
	background:url(/sp/img/header-logo.jpg) no-repeat;
	background-size:149px 25px;
	width:150px;
	height:28px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

header table {
	margin:6px auto 0;
	width:97%;
	vertical-align:middle;
	height:auto;
}

header table tr th ,
header table tr td {
	vertical-align:middle;
}

header table tr th {
	width:71%;
	text-align:left;
}

header table tr td {
	width:12%;
	text-align:center;
}
header table tr td img {
	width:25px;
}

header nav ul li img {
	width:56px;
}

header nav ul {
	background:url(/sp/img/nav-bg.png) repeat-x;
	display:block;
	overflow:hidden;
}

header nav ul li a{
	width:19.5%;
	height:56px;
	padding-top:8px;
	text-align:center;
	vertical-align:middle;
	float:left;
	border-left:solid 1px #951219;
	border-right:solid 1px #E54B53;
}

header nav ul li:first-child a {
	border-left:none;
}

header nav ul li:last-child a {
	border-right:none;
}


/*/////////////////////////////////////////////////　トップ メイン*/


#topics h1 {
	display:block;
	width:auto;
	height:23px;
	background:url(/sp/img/topics-icon.png) no-repeat , url(/sp/img/topics-bg.jpg) repeat-x;
	background-size:18px , 95%;
	background-position:8px 5px , 100%;
	color:#FFF;
	font-size:16px;
	padding-left:35px;
	padding-top:5px;
	margin-top:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: 1px 1px 2px #000;
	letter-spacing:1.5px;
}

#topics h1 a {
	display:block;
	text-align:right;
	margin:-17px 5px 0 0;
}


#topics h2 {
	text-align:center;
	font-size:20px;
	font-family:HiraKakuProN-W3;
	color: rgba(85,85,85,1.00);
	font-size:20px;
	line-height:1.3;
	text-shadow: 1px 1px 0px #FFF;
	
}


#topics p.contents {
	display:block;
	font-size:14px;
	text-align: center;
	font-family:HiraKakuProN-W3;
	padding:5px 0 20px 0;
	background:url(/sp/etc/img/sub-bg.gif) repeat-x;
	background-position:0 0;

	
}



#topics h2 p.contents{
	display:block;
	font-size:17px;
	text-align: center;
	font-family:HiraKakuProN-W3;
	
}

#topics div {
	width:auto;
	border:2px solid #1B6900;
	display:block;
	background:#FFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	padding:0 6px;
	margin-bottom:15px;
}

#topics div ul li {
	display:block;
	border-bottom:2px dotted #DDD;
	overflow:hidden;
	padding:4px 0;
}

#topics div ul li a {
    color: hsla(127,62%,25%,1.00);
}

#topics div ul li a:hover {
	color: hsla(112,65%,29%,0.65);

}

#topics div ul li:last-child {
	border-bottom:none
}

#topics div ul li img {
	margin-right:5px;
}


#topics div ul li span {
	display:block;
	margin:3px 0 3px;
	font-size:0.35em;
	font-weight:bold;
}

#topics div ul li p {
	font-size:15px;
	padding-top:18px;
}

#topics div ul li p.big {
	font-size:0.7em;
	margin-bottom:-14px;
}

#topics div ul li a {
	font-size:15px;
	font-weight:bold;
}

#standard-content h4 {
	text-align:center;
	margin:0 auto -8px;
}

#standard-content table {
	width:100%;
	background:url(/sp/img/standard-content-bg.jpg) repeat-x;
	height:73px;
	padding:10px 6px;
	margin-bottom:10px;
}

#standard-content table tr td {
	width:25%;
}

 #topics div.contents_b{
	display:block;
	height: auto;
	width:95%;
	border: 2px solid #1283B7;
	border-radius: 5px;
	background: #FFF;
	
}

div.contents_b .maincontents{	
	font-family:HiraKakuProN-W3;
}



div.contents_b .maincontents img{
	float:left;
	padding:10px 3px 10px 0;
}


div.contents_b .maincontents .txt{
	font-size:17px;
	font-weight:600;
	color:#515151;
	padding:10px 0 ;
}

div.contents_b .maincontents .suvcontents{
	background-image:url(../../img/slides/check.png);
	background-repeat:no-repeat;
	background-size:10px;
	background-position: left 5%;
}

.suvcontents{
	padding:0 0 5px 15px;
}

.maincontents p{
	height:auto;
	font-size:13px;
}





/*/////////////////////////////////////////////////　教學特色*/

section#characteristics h1 {
	background:url(/sp/etc/img/icon-characteristics.png) no-repeat;
	background-size:49px 44px;
	height:44px;
}

section#characteristics div {
	background:#FFF;
	width:auto;
	height:auto;
	margin:15px auto 30px;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
	font-size:10px;
	line-height:1.3;
}

section#characteristics div h3 {
	background:url(/sp/etc/img/about-tit-bg.gif) repeat-x;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	margin-bottom:10px;
	color:#FFF;
	height:16px;
	vertical-align:middle;
	text-align:center;
	padding:12px 5px;
}

section#characteristics div p ,
section#characteristics div img {
	margin-bottom:15px;	
}


/*/////////////////////////////////////////////////　中心簡介*/

section#introduction h1 {
	background:url(/sp/etc/img/icon-introduction.png) no-repeat;
	background-size:45px 45px;
	height:45px;
}

section#introduction div {
	background:#FFF;
	width:auto;
	height:auto;
	margin:15px auto 30px;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
	font-size:10px;
	line-height:1.3;
}

section#introduction div section {
	margin-bottom:30px;
}

section#introduction div section ul li {
	list-style:circle;
	margin-left:20px;
}

section#introduction div h3 {
	background:url(/sp/etc/img/about-tit-bg.gif) repeat-x;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	margin-bottom:10px;
	color:#FFF;
	height:16px;
	vertical-align:middle;
	text-align:center;
	padding:12px 5px;
}

/*/////////////////////////////////////////////////　上課時間*/

section#schedule h1 {
	background:url(/sp/etc/img/icon-schedule.png) no-repeat;
	background-size:45px 45px;
	height:45px;
}

/*/////////////////////////////////////////////////　中心地址*/

section#school h1 {
	background:url(/sp/school/img/icon-school.png) no-repeat;
	background-size:44px 44px;
	height:44px;
}

section#school div section {
	background:#FFF;
	width:auto;
	border:#1283B7 4px solid;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
	margin-bottom:20px;
}

section#school div section h2 {
	background:#1283B7;
	color:#FFF;
	font-size:20px;
	text-align:center;
	height:30px;
	padding-top:5px;
	display:block;
	vertical-align:middle;
	text-shadow: 1px 1px 0px #000;
}

section#school div section h2 img {
	vertical-align:middle;
}

section#school div section div.school-content {
	width:auto;
	padding:8px;
	font-size:11px;
	line-height:1.5;
}

section#school div section div.school-content p {
	padding-left:20px;
	margin-bottom:5px;
	height:auto;
}

section#school div section div.school-content p.c01 {
	background:url(/sp/school/img/icon-add.gif) no-repeat;
	background-size:15px 15px;
	background-position:0 2px;
}

section#school div section div.school-content p.c02 {
	background:url(/sp/school/img/icon-time.gif) no-repeat;
	background-size:15px 15px;
	background-position:0 2px;
}

section#school div section div.school-content p.c03 {
	background:url(/sp/school/img/icon-tel.gif) no-repeat;
	background-size:15px 15px;
	background-position:0 2px;
}

/*/////////////////////////////////////////////////　課程*/

section#about01 h1 {
	background:url(/sp/etc/img/icon-about.png) no-repeat;
	background-size:44px 44px;
	height:44px;
}

div#special {
	overflow:hidden;
	background:url(/sp/etc/img/about-main-bg.jpg) repeat-x;
	text-align:center;
	height:65px;
	padding-top:5px;
	margin-bottom:15px;
}

section#about02 {
	font-size:12px;
}

#tabnav {
	overflow:hidden;
	width:100%;
	font-size:13px;
}

#tabnav li {
	display:inline-block;
	text-decoration:none;
	background:url(/sp/etc/img/tab-bg.gif) repeat-x;
	text-align:center;
	float:left;
	color:#FFF;
	margin-right:6px;
	width:32%;
	height:28px;
	padding-top:12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#tabnav li:last-child {
	margin-right:0;
}

#tabnav li.selected {
	background:#00207B;
	color:#FFFF00;
	text-shadow: 1px 1px 0 #000;
}

#textArea div#txt_1 ,
#textArea div#txt_2 ,
#textArea div#txt_3 {
	background:#FFF;
	padding:10px;
	margin-bottom:20px;
	border:#00207B 4px solid;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#textArea div#txt_1 p,
#textArea div#txt_2 p,
#textArea div#txt_3 p {
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0;
	text-align:center;
}

#textArea div#txt_1 ul li ,
#textArea div#txt_2 ul li ,
#textArea div#txt_3 ul li {
	background:url(/sp/etc/img/listmark.gif) no-repeat;
	background-size:14px;
	padding-left:18px;
	margin-bottom:5px;
	line-height:1.2;
}

#textArea div#txt_1 ul li:last-child ,
#textArea div#txt_2 ul li:last-child ,
#textArea div#txt_3 ul li:last-child {
	margin-bottom:10px;
}

#textArea img {
	margin-bottom:10px;
}

#textArea h3 {
	background:url(/sp/etc/img/about-tit-bg.gif) repeat-x;
	padding-top:12px;
	height:28px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-shadow: 1px 1px 0 #000;
	margin-bottom:10px;
}

#textArea table {
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	border:#AAA 1px solid;
	margin-bottom:15px;
}

#textArea table tr th {
	background:url(/sp/etc/img/about-table-bg.gif) repeat-x;
	height:34px;
	border-bottom:#AAA 1px solid;
	border-right:#AAA 1px solid;
}

#textArea table tr td {
	padding:10px 5px;
	line-height:1.3;
	border-bottom:#AAA 1px solid;
	border-right:#AAA 1px solid;
}

#textArea table tr th:last-child {
	border-right:none;
}

#textArea table tr:last-child  td {
	border-bottom:none;
}

#textArea table tr td:last-child {
	border-right:none;
}

#textArea table tr td.last {
	border-bottom:none;
}

#textArea table tr td.b-r {
	border-right:#AAA 1px solid;
}

#textArea table tr td.b-l {
	border-left:#AAA 1px solid;
}

#textArea table tr td.b-r-n {
	border-right:none;
}

.stanet {
	display:block;
	text-align:center;
	margin:0 auto 15px;
}

div#textArea div#txt_1 p.small,
div#textArea div#txt_2 p.small,
div#textArea div#txt_3 p.small {
	margin-top:-5px;
	font-size:10px;
	color:#666666;
	text-align:left;
}


/*/////////////////////////////////////////////////　公司簡介　私隱政策*/

section#company h1 {
	background:url(/sp/etc/img/icon-company.png) no-repeat;
	background-size:44px 44px;
	height:44px;
}

section#protect h1 {
	background:url(/sp/etc/img/icon-protect.png) no-repeat;
	background-size:44px 44px;
	height:44px;
}

section#company div ,
section#protect div {
	font-size:15px;
	background:#FFF;
	padding:10px;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
	/* border:#00207B 4px solid; */
}


section#company div h3 ,
section#protect div h3 {
	background:url(/sp/etc/img/about-tit-bg.gif) repeat-x;
	font-size:18px;
	height:30px;
	padding-top:10px;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px 0 #000;
	margin-bottom:5px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

section#company div p ,
section#protect div p {
	font-size:14px;
	line-height:1.4;
	margin-bottom:5px;
	padding-bottom:5px;
}

section#company div p {
	border-bottom:1px dotted #AAA;
}

section#company div p.no ,
section#protect div p.no {
	border-bottom:none;
}

section#company div p span ,
section#protect div p span {
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}

p.protect-text {
	font-size:15px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:15px;
	text-shadow: 1px 1px 0px #FFF;
}


/*/////////////////////////////////////////////////　CVボタン*/

table.footer-cta {
	width:100%;
	background:#000;
	padding:0 3px;
	height:auto;
	background-color:rgba(0,0,0,0.65);
}
table.footer-cta:first-child {
	padding-top:4px;
}

table.footer-cta tr td.tell {
	width:50%;
}

table.footer-cta tr td.whatsapp {
	width:100%;
}

table.footer-cta tr td img {
	width:100%;
}

/*/////////////////////////////////////////////////　FORM*/

em {
	color:#FF0000;
	font-weight:bold;
	font-style:normal;
}

section#contact {
	background:
	url(/sp/contact/img/cloud.png) left top repeat,
	-webkit-gradient(linear, right top, left bottom, from(#FFF), to(#D0FAFF));
	width:100%;
	height:auto;
	font-size:16px;
}

section#contact p {
	background:#000;
	width:100%;
	margin-top:-2px;
	padding:8px 0;
	text-align:center;
	color:#FFF;
	font-size:14px;
	text-shadow: 1px 1px 0px #000;
}


header#h-form {
	background:-webkit-gradient(linear, left top, left bottom, from(#1483B6), to(#0F6086));
	height:auto;
	padding:10px 0;
	width:100%;
}

header#h-form a {
	display:block;
	text-align:center;
	vertical-align:middle;
}


footer#f-form p {
	font-size:10px;
	color:#FFF;
	display:block;
	text-align:center;
	padding:10px 10px;
	background:#1483B6;
	text-shadow: 1px 1px 0px #000;
}


/*/////////////////////////////////////////////////　THANKS*/


#thanks {
	padding:15px 0;
	font-size:15px;
}

#thanks img {
	margin:15px 0 5px;
}



/*/////////////////////////////////////////////////　フッター*/

footer {

}

footer article {
	width:auto;
	background:url(/sp/img/footer-bg.gif);
	height:125px;
	padding:10px;
	font-size:8px;
	text-align:center;
}

footer article div.footer_list {
	display:inline-block;
	margin:0 auto;
}

footer article div ul li {
	display:block;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #FFF;
/*	text-shadow: 1px 1px 4px #000; */
}

footer article div ul li:last-child {
	padding-right:0;
	margin-right:0;
	border-right:none;
}

footer article div ul li a{
	color:#FFF;
}

footer article h5 a img{
	margin:15px auto 5px;
	width:190px;
}

footer p {
	font-size:10px;
	color:#0D648E;
	display:block;
	text-align:center;
	padding:10px 10px;
}

#to-top a img{
	width:37px;
	display:block;
	margin:10px auto;
}


/*/////////////////////////////////////////////////　CLEAR*/

header:after,
#topics div ul li img:after {
	clear:both;
}








/*/////////////////////////////////////////////////　教學特色*/

#list-s {
    height: auto;
    width: 95%;/*最大幅*/
	border-radius: 8px;
	border: 3px solid #1283B7;
	background: #FFF;
}


#list-s li {
	border-bottom: 2px dotted #DDD;
}

#list-s li:last-child {
	border-bottom: none;
}

#list-s ul li a {
	display: block;
	width: 100%;
	line-height: 52px;
	background: url(/sp/img/link-arrow.png) no-repeat 95% center;
	background-size: 10px;
	font-size: 18px;
	padding-left: 10px;
}





/*/////////////////////////////////////////////////　暑期課程(新)*/

.accbox {
    height: auto;
    padding: 0;
    width: 95%;/*最大幅*/
	border-radius: 8px;
	display:block;
	border: 3px solid #1283B7;
	background: #FFF;
	margin:0 auto 20px;

	
}

.accbox label {
    display: block;
	line-height: 52px;
    color :#0D648E;
    cursor :pointer;
    transition: all 0.5s;
	font-family:HiraKakuProN-W3;
    font-size: 1em;
	border-bottom: 2px dotted #DDD;
	background: url(/sp/img/link-arrow.png) no-repeat 95% center;
	background-size: 10px;
	padding-left: 10px;
	
}

.accbox label:last-of-type {
	border-bottom: none;
	
}


.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

.cssacc:checked + .accshow {
    height: auto;
    background: #FFF;
    opacity: 1;
}


.accshow p {
	display:block;
	font-size: 18px;
	
}


.accshow p a {
	display:block;
	line-height: 52px;
	background: url(/sp/img/link-arrow.png) no-repeat 3% ;
	padding-left:28px;
	background-size: 10px;
	font-size: 18px;
	
}





#list-s ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/*float解除*/

div.contents_b .maincontents img:after{
	content: "";
	display: block;
	clear: both;
}
