@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	padding: 0;
	margin: auto;
	clear: none;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}


/*****************************
com
******************************/
.com_contents,
.com_contents02 {
	width:98%;
	margin:0 auto;
}

.sideIcon {
	list-style: none;
}

.sideIcon li img {
	vertical-align: bottom;
}

.totop {
	width:40px;
	height:auto;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
	z-index: 100;
}

.totop a {
    display: block;
}


.com_tit_en {
	font-size:1.4em;
	line-height:1em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 10px;
}

.com_tit_jp {
	font-size:0.9em;
	line-height:1em;
	text-align:center;
	margin:0 auto 10px;
}

.contents,
.side {
	width:100%;
	float:none;
	margin:0 auto 30px;
}

.com_tit_txt {
	width:160px;
	background: url(../images/com/bg_rainbow02.png) bottom left repeat-x;
    color: #005276;
    font-size: 1.4em;
    height: auto;
    line-height:1.8em;
    padding: 0 10px;
	margin:0 auto 30px;
	text-align:center;
}

.com_tit_txt02 {
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#323232;
	margin:0 auto 20px;
}

.com_sub_tit_txt_box {
	width:100%;
	margin: 0 0 25px;
}

.com_sub_tit_txt::after {
    background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

.com_sub_tit_txt {
	border-left: 4px solid #229fe0;
    font-size: 1em;
    padding: 3px 0 3px 10px;
    position: relative;
}

.com_img_l,
.com_img_r {
	width:60%;
	float:none;
	margin:0 auto 20px;
}

.com_img_l img,
.com_img_r img {
	width:100%;
	height:auto;
}

.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;  /* 諷｣諤ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ */
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

.table_tag {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto;
}

.table_tag th {
	background:#F0F0F0;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:center;
	white-space: nowrap;
}

.table_tag td {
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:center;
	white-space: nowrap;
	vertical-align:middle;
}


.table_tag02 {
	width:100%;
	border-top:none;
	border-right:none;
	margin:0 auto;
}

.table_tag02 th {
	background:#F0F0F0;
	width: auto;
	border-left:none;
	border-bottom:none;
	padding:5px;
	text-align:center;
	display: block;
}

.table_tag02 td {
	width: auto;
	border-left:none;
	border-bottom:none;
	padding:5px;
	vertical-align:middle;
	display:block;
}


#a,#b,#c,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-50px;
    padding-top:50px;
}

.com_bg_img {
	background:url(../images/com/bg_base.png) 0 0 repeat;
	width:100%;
	padding:20px 0;
}

.green_bg_img {
	background:#A0D246;
	width:100%;
	padding:20px 0;
}

.pink_bg_img {
	background:#E48CB8;
	width:100%;
	padding:20px 0;
}

.com_hed_bg {
	background:#ffe324;
    margin-bottom: 40px;
}

.com_hed_bg h2 {
	width:100%;
	margin:0 auto;
	padding:20px 0;
	font-size:1.2em;
	line-height:0;
	color:#005276;
}


.com_school {
	width:100%;
	margin:0 auto 40px;
	padding:0;
	list-style-type:none;
}

.com_school li {
	width:100%;
	margin:0 auto 20px;
}


.com_school li h4 {
	background:#ffe324;
	color:#005276;
	text-align:center;
	font-size:1.2em;
	margin:0 auto 10px;
	padding:5px 0;
}

.com_school_img {
	width:300px;
	margin:0 auto 20px;
	float:none;
}


/*****************************
header
******************************/
header {
	background:url(../images/com/bg_rainbow.gif) bottom left repeat-x #FFFFFF;
	width:100%;
	padding-bottom:8px;
}

.header_l {
	width:150px;
	float:left;
	margin:10px 0;
}

.header_l h1 {
	display:none;
}

.logo_img {
	float:left;
	width:150px;
	margin:0;
}

.header_r {
	display:block;
	width:120px;
	float:right;
	margin:10px 0 0;
}

.g_navi {
	display:none;
}

.tel_txt {
	display:none;
}

.btn_01 {
	display:none;
}

.btn_02 {
	display:block;
	width:160px;
	padding:2% 1%;
	background:#FCC900;
	text-align:center;
	font-weight:bold;
	margin:0 auto 20px;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.btn_02 a {
	color:#333333;
	display:block;
	letter-spacing:1px;
}


.menu_list {
	display:none;
}

.sp_list {
	display:block;
	width:100%;
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

.sp_list li {
	width:30px;
	height:30px;
	float:left;
	margin:0 3px 0 0;
	padding:3px;
	border:1px solid #22afe6;
	text-align:center;
	font-weight:bold;
	font-size:5px;
	line-height:2em;
	
	border-radius: 3px;        /* CSS3鬮｣諷募愛繝ｻ・｡繝ｻ・ｽ */
	-webkit-border-radius: 3px;     /* Safari,Google Chrome鬨ｾ蛹・ｽｽ・ｨ */
	-moz-border-radius: 3px;   /* Firefox鬨ｾ蛹・ｽｽ・ｨ */
}

.sp_list li a {
	color:#22afe6;
}

.sp_list li i {
	font-size:20px;
	line-height:1em;
}

.sp_list li:last-child {
	margin-right:0;
}


/*****************************
footer
******************************/
footer {
	background:url(../images/com/bg_rainbow.gif) 0 0 repeat-x;
	width:100%;
	padding:20px 0;
	margin-top:20px;
}

.fot_sitemap {
	display:none;
}

.fot_bnr {
	width:200px;
	display:block;
	text-align:center;
	margin:0 auto 20px;
}

.fot_logo {
	display:block;
	text-align:center;
	margin:0 auto 10px;
}

.address {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
	margin:0 0 20px;
}

.copyright {
	font-size:0.8em;
	text-align:center;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}
*/

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}


/*****************************
com
******************************/
.com_contents {
	width:960px;
	margin:0 auto;
}

.com_contents02 {
	width:760px;
	margin:0 auto;
}

.sideIcon {
	list-style: none;
}

.sideIcon li img {
	vertical-align: bottom;
}

.totop {
	width:60px;
	height:auto;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
	z-index: 100;
}

.totop a {
    display: block;
}

.com_tit_en {
	font-size:2.6em;
	line-height:1em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 10px;
}

.com_tit_jp {
	font-size:1.2em;
	line-height:1em;
	text-align:center;
	margin:0 auto 30px;
}

.com_tit_txt {
	width:260px;
	background: url(../images/com/bg_rainbow02.png) bottom left repeat-x;
    color: #005276;
    font-size: 2.2em;
    height: auto;
    line-height:1.8em;
    padding: 0 10px;
	margin:0 auto 40px;
	text-align:center;
}

.com_tit_txt02 {
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#323232;
	margin:0 auto 20px;
}

.com_sub_tit_txt_box {
	width:100%;
	margin: 0 0 25px;
}

.com_sub_tit_txt::after {
    background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

.com_sub_tit_txt {
	border-left: 4px solid #229fe0;
    font-size: 1.2em;
    padding: 3px 0 3px 15px;
    position: relative;
}

.com_img_l {
	width:auto;
	float:left;
	margin:0 20px 20px 0;
}

.com_img_r {
	width: auto;
	float:right;
	margin:0 20px 20px 0;
}

.scroll-box {
	width:100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.table_tag {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto;
}

.table_tag th {
	background:#F0F0F0;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:center;
	white-space: nowrap;
}

.table_tag td {
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:center;
	white-space: nowrap;
	vertical-align:middle;
}

.table_tag02 {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto;
}

.table_tag02 th {
	background:#F0F0F0;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:center;
	display:table-cell;
}

.table_tag02 td {
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	vertical-align:middle;
	display:table-cell;
}


#a,#b,#c,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-75px;
    padding-top:75px;
}

.com_bg_img {
	background:url(../images/com/bg_base.png) 0 0 repeat;
	width:100%;
	padding:40px 0;
}

.green_bg_img {
	background:#A0D246;
	width:100%;
	padding:40px 0;
}

.pink_bg_img {
	background:#E48CB8;
	width:100%;
	padding:40px 0;
}

.com_hed_bg {
	background:#ffe324;
    margin-bottom: 40px;
}

.com_hed_bg h2 {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	font-size:1.6em;
	line-height:0;
	color:#005276;
}


.com_school {
	width:760px;
	margin:0 auto 40px;
	padding:0;
	list-style-type:none;
}

.com_school li {
	width:100%;
	margin:0 auto 20px;
}


.com_school li h4 {
	background:#ffe324;
	color:#005276;
	text-align:center;
	font-size:1.2em;
	margin:0 auto 10px;
	padding:5px 0;
}

.com_school_img {
	width:360px;
	margin:0 0 20px 20px;
	float:right;
}

/*****************************
header
******************************/
header {
	background:url(../images/com/bg_rainbow.gif) bottom left repeat-x #FFFFFF;
	width:100%;
	padding-bottom:8px;
}

.header_l {
	width:480px;
	float:left;
	margin:0;
}

.header_l h1 {
	display:block;
	font-size:0.85em;
	color:#333333;
	margin:0 0 25px;
}

.logo_img {
	float:left;
	width:274px;
	margin:0;
}

.header_r {
	width:410px;
	float:right;
	margin:0;
}

.g_navi {
	display:block;
	width:272px;
	margin:0 0 35px;
	padding:0;
	list-style-type:none;
	float:right;
}

.g_navi li {
	background:#22afe6;
	width:90px;
	float:left;
	font-size:0.8em;
	margin-right:1px;
	text-align:center;
	font-weight:bold;
	
	/* border-radius */
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}

.g_navi li a {
	color:#FFFFFF;
	display:block;
}

.g_navi li:last-child {
	margin-right:0;
}

.tel_txt {
	display:block;
	width:55%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.5em;
	line-height:0.9em;
	font-weight:bold;
	color:#333333;
	float:left;
}

.tel_txt i {
	font-size:0.6em;
}

.tel_txt_time {
	display:block;
	font-size:0.3em;
	text-align:right;
	white-space:nowrap;
}

.btn_01 {
	display:block;
	width:160px;
	padding:2% 1%;
	background:#FCC900;
	text-align:center;
	font-weight:bold;
	margin:0 0 5px;
	float:right;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.btn_02 {
	display:block;
	width:160px;
	padding:2% 1%;
	background:#FCC900;
	text-align:center;
	font-weight:bold;
	margin:0 auto 20px;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}


.btn_01 a,
.btn_02 a {
	color:#333333;
	display:block;
	letter-spacing:1px;
}

.menu_list {
	display:block;
	width:959px;
	margin:10px 0 10px;
	padding:0;
	list-style-type:none;
	font-size:1.2em;
	border-right:1px dotted #229EE0;
}

.menu_list li {
	width:158px;
	white-space:nowrap;
	float:left;
	font-weight:bold;
	text-align:center;
	border-left:1px dotted #229EE0;
	padding:0.5% 0;
}

.menu_list li a {
	color:#229EE0;
	display:block;
}

.sp_list {
	display:none;
}



/*****************************
footer
******************************/
footer {
	background:url(../images/com/bg_rainbow.gif) 0 0 repeat-x;
	width:100%;
	padding:20px 0;
	margin-top:20px;
}

.fot_sitemap {
	display:block;
	text-align:center;
	margin:0 0 20px;
	font-size:0.9em;
}

.fot_sitemap a {
	color:#333333;
}

.fot_bnr {
	width:auto;
	display:block;
	text-align:center;
	margin:0 auto 30px;
}

.fot_logo {
	display:block;
	text-align:center;
	margin:0 auto 10px;
}

.address {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
	margin:0 0 20px;
}

.copyright {
	font-size:0.8em;
	text-align:center;
}

}