@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "hack.css";
html {
    font-size: 12px;
}

body {
    text-align: left;
    
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    
    line-height: 1.6;
    color: #333;
    background: url(../../images/bg_body_pc.png) top repeat-x #fff;
}
p{
/*    font-size: 1.15rem;*/
}
strong {
    font-weight: bold;
}

a {
    color: #3399ff;
/*    text-decoration: none;*/
}

a:hover {
    color: #99ccff;
/*    text-decoration: underline;*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*h*/

h1 {
    /*header記述部分でで指定*/
}

h2.pagetitle {
    /*サブページ見出し*/
    width: 980px;
    min-height: 60px;
    height:auto !important;
    height: 60px;
    margin: 0 auto 20px;
    background: url(../../images/bg_h2_pc.png) no-repeat;
    font-size: 1.83rem;
    font-weight: bold;
    line-height: 60px;
    padding: 0 0 0 20px;
}
h2.pagetitle  span.sub{
	font-size:16px;
}
h3 {
    /*サブページ小見出し*/
}

h3.page_section,
h3.page_section_double{
    /*サブページ見出し*/
    width: 600px;
    height: 50px;
    margin: 0 auto 20px;
    font-size: 1.83rem;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 0 20px;
    background-color: #c4e2ff;
    border-radius: 50px;
    /* CSS3草案 */
    -webkit-border-radius: 50px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;
    /* Firefox用 */ 
    zoom: 1;
    position: relative;
}
h3.page_section span.sub,
h3.page_section_double span.sub{
	font-size:16px;
}
h4 {
    /*小見出し　写真送り先　ウィジェットタイトル*/
    
    font-size: 1.4rem;
    font-weight: bold;
}
h4.std_blue {
    /*サブページ小見出し*/ 
    font-size: 1.5rem;
    
    font-weight: bold;
    color: #59a2ec;
    margin: 1rem 0;
}
h4.sideborder_blue {
    /*サブページ小見出し*/
    
    font-size: 1.5rem;
    line-height: 30px;
    background: url(../../images/bg_h3_border_blue.png) left no-repeat;
    font-weight: bold;
    padding: 0 0 0 14px;
    margin: 20px 0 10px;
}

h4.yellow_tag{
    /*小見出し　写真送り先　ウィジェットタイトル*/
    font-size: 1.28rem;
    font-weight: normal;
    color: #333;
    line-height: 25px;
    background: url(../../images/bg_yellowtag.png)left 0.1em no-repeat;
    padding: 0 0 6px 15px;
    margin: 20px 0 15px;
    border-bottom: dashed 1px #0068b5;
}
h5 {}
/*##############################################*/
/*汎用クラス*/

hr.sikiri {
    border: solid #0b3966;
    border-width: 1px 0 0 0;
    margin: 0 0 5px;
    height: 1px;
    /* for IE6 */
    
    clear: both;
    /* for IE6 */
}

hr.sikiri_gray {
    border: solid #ccc;
    border-width: 1px 0 0 0;
    margin: 0 0 5px;
    height: 1px;
    /* for IE6 */
    
    clear: both;
    /* for IE6 */
}

hr.shikiri_dashed {
    border: dashed #0b3966;
    border-width: 1px 0 0 0;
    margin: 0 0 5px;
    height: 1px;
    /* for IE6 */
    
    clear: both;
    /* for IE6 */
}

hr.shikiri_dotted {
    border: dotted #0b3966;
    border-width: 1px 0 0 0;
    margin: 0 0 5px;
    height: 1px;
    /* for IE6 */
    
    clear: both;
    /* for IE6 */
}
hr.shikiri_dotted_sitemap {
    border: dotted #ccc;
    border-width: 1px 0 0 0;
    margin: 20px 0 20px;
    height: 1px;
    /* for IE6 */
    
    clear: both;
    /* for IE6 */
}

.nodisp {
    position: absolute;
    left: -99999px;
}
.wrap_center{
    text-align: center;
}
/*文字強調用色変更*/

.red {
    color: #f00;
}
.blue{
    color: #99ccff;
}
.red_strong {
    color: #f00;
    font-weight: bold;
}
.oblique{
    font-style: oblique;
}
.btm_mgn {
    margin-bottom: 30px;
}

.r3 {
    border-radius: 3px;
    /* CSS3草案 */
    
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    
    -moz-border-radius: 3px;
    /* Firefox用 */
    
    zoom: 1;
    position: relative;
}

.r6 {
    border-radius: 6px;
    /* CSS3草案 */
    
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    
    -moz-border-radius: 6px;
    /* Firefox用 */
    
    zoom: 1;
    position: relative;
}

.r10 {
    border-radius: 10px;
    /* CSS3草案 */
    
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    
    -moz-border-radius: 10px;
    /* Firefox用 */
    
    zoom: 1;
    position: relative;
}

.r20 {
    border-radius: 20px;
    /* CSS3草案 */
    
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    
    -moz-border-radius: 20px;
    /* Firefox用 */
    
    zoom: 1;
    position: relative;
}

.btn {}

.btn:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "alpha(opacity=65)";
}

.boxshadow {
    box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -o-box-shadow: 1px 1px 2px #ccc;
    -ms-box-shadow: 1px 1px 2px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
    /* IE5.5+ */
}
/*汎用box*/
.box_normal{
    margin:1rem;
    padding:0.5rem;
    border:solid 1px #ccc;  
}

ul.list_disc {
    list-style: disc;
    margin: 1em 0 1em 1.5em;
}

ul.list_disc li {
    margin: 0 0 0.5em 0;
}
/*日付見出しリスト汎用1　yyyy年m月d日想定*/

dl.list_date {}

dl.list_date dt {
    clear: left;
    float: left;
    color: #00479d;
    margin: 0 0 0.5em 0;
}

dl.list_date dd {
    margin: 0 0 0.5em 9em;
}
/*日付見出しリスト汎用2　yyyy/mm/dd想定*/

dl.list_date_narrow {}

dl.list_date_narrow dt {
    clear: left;
    float: left;
    color: #0068b5;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0;
    font-weight: bold;
}

dl.list_date_narrow dd {
    margin: 0 0 0.5em 7em;
    padding: 0.5em 0;
}
/*※つきリスト*/
dl.list_asta {}

dl.list_asta dt {
    clear: left;
    float: left;
    width:1.5em;
    margin: 0 0 0.2em 0;
}

dl.list_asta dd {
    margin: 0 0 0.2em 1.5em;
}
/*汎用情報DL*/
dl.list_normal{
    margin: 0 0 30px 0;
}
dl.list_normal dt{
    font-weight: bold;
    margin: 0 0 0 0;
}
dl.list_normal dd{
    border-bottom: solid 1px #d2d2d2;
    padding: 0 0 0.5rem 1.5rem;
    margin: 0 0 0.5rem 0;
}
dl.list_normal dd:last-child{
    border-bottom: none;
}
/*汎用テーブル線なし*/

table.normal_tbl {
    border-collapse: collapse;
    margin: 0 0 30px 0;
}

table.normal_tbl tr {}

table.normal_tbl th {
    padding: 0.35em 0.6em 0.35em 0;
    vertical-align: top;
    white-space: nowrap;
}

table.normal_tbl td {
    padding: 0.35em 0.6em;
    vertical-align: top;
}
/*右下のページトップに戻るボタン*/

a#scroller {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    z-index: 3000;
    background: url(../../images/btn_scrollup.png) 0px 0px no-repeat;
    background-size: contain;
}
/*コンテンツ中のページトップに戻るテキストリンク*/
a.go_pagetop_textlink{
    float:right;
    margin:20px 0;
}
img.center_img {
    display: block;
    margin: 20px auto;
}
a.link_arrow_yellow{
    background: url(../../images/arrow_link_yellow.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_green{
    background: url(../../images/arrow_link_green.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_orange{
    background: url(../../images/arrow_link_orange.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_paleorange{
    background: url(../../images/arrow_link_paleorange.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_pink{
    background: url(../../images/arrow_link_pink.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_blue{
    background: url(../../images/arrow_link_blue.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_blue_small{
    background: url(../../images/arrow_link_blue_smalltri.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 15px;
    background-size: 9px 11px;
    text-decoration: none;
    color: #000;
}
.link_arrow_purple{
    background: url(../../images/arrow_link_purple.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}
.link_arrow_brown{
    background: url(../../images/arrow_link_brown.png) left 50% no-repeat;
    /*padding: 0 0 0 15px;*/
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}

/*サポート系で使用*/
.kakomi_blue{
    border: solid 2px #4f96dc;
    padding: 15px 18px;
    margin: 1em 0;
}
.kakomi_blue h4{
    font-size:1.28em;
    color:#3086d8;
}
.nosp{
/*    sp時にdisplay:none*/
}
.nopc{
/*    pc時にdisplay:none*/
    display:none !important;
}
.cnttxtsp{
/*    sp時にtext-align:center*/
}
.necessary{
    color:#f00;
}
/*####################*/
/*構造*/
/*####################*/
#main_wrap {
    width: 980px;
    margin: 0 auto;
}

#left_cont {
    float: left;
    width: 640px;
    margin: 20px 40px 40px 0;
}
#left_cont_subpage {
    float: left;
    width: 620px;
    margin: 20px 20px 40px 0;
}
#right_cont {
    float: left;
    width: 300px;
    margin: 20px 0 40px;
}

#center_one_cont{
    width: 980px;
    margin: 0 0 40px;
}
.left_cont_cat_syousai {
    float: left;
    width: 643px;
    margin: 20px 20px 30px 0;
}
.right_cont_cat_syousai {
    float: right;
    width: 311px;
    margin: 20px 0 30px 0;
}
.inner_box{
    margin: 0 20px;
}
.inner_box_nosp{
    margin: 0 20px;
}
.inner_box_onlysp10{
    margin: 0 0;
}

/*####################*/
/*文字サイズ変更　fontsize_changer*/
/*####################*/
#fontsize_changer{
    display: none;
}

/*####################*/
/*ヘッダ　hedaer*/
/*####################*/
header{
    position: relative;
    width:980px;
    height:210px;
    background: url(../../images/bg_header_pc.png) center top no-repeat;
    margin: 0 auto;
}
header #toggle_main_menu {
    display: none;
}
header #ttoggle_search
{
    display: none;
}
header .breadcrumb{
    position: absolute;
    left:0px;
    top:180px;
    font-size: 1rem;
}
header .sns_header_box{
    position: absolute;
    right:0px;
    top:166px;
    height:42px;
}
header h1 a#h1_logo_e{
    display: block;
    position: absolute;
    width:85px;
    height: 20px;
    left:868px;
    top:13px;
    background: url(../../images/logo_kumon_en.png) no-repeat;
    background-size: cover;
}
header h1 a#h1_logo_j{
    display: block;
    position: absolute;
    width:154px;
    height: 29px;
    left:61px;
    top:74px;
    background: url(../../images/logo_kumon_jp.png) no-repeat;
    background-size: cover;
}

nav#main_nav{
}
nav#main_nav ul#nav_list1{
}

nav#main_nav ul#nav_list1 li{
}
nav#main_nav ul#nav_list1 li a{
    display: block;
    position: absolute;
    height:14px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
nav#main_nav ul#nav_list1 li a span{
    position: absolute;
    left: -9999px;
}
nav#main_nav ul#nav_list1 li a:hover{
    background-position: 0px -14px;
}
nav#main_nav ul#nav_list1 a#main_nav_top{
    background-image: url(../../images/nav_main_top.png);
    width:54px;
    left:253px;
    top:65px;
}
nav#main_nav ul#nav_list1 a#main_nav_chiikugangu{
    background-image: url(../../images/nav_main_chiikugangu.png);
    width:74px;
    left:408px;
    top:65px;
}
nav#main_nav ul#nav_list1 a#main_nav_youjidrill{
    background-image: url(../../images/nav_main_youjidrill.png);
    width:82px;
    left:569px;
    top:65px;
}
nav#main_nav ul#nav_list1 a#main_nav_ehon{
    background-image: url(../../images/nav_main_ehonjidousyo.png);
    width:94px;
    left:675px;
    top:65px;
}
nav#main_nav ul#nav_list1 a#main_nav_gakusyusankousyo{
    background-image: url(../../images/nav_main_gakusyusankousyo.png);
    width:132px;
    left:839px;
    top:65px;
}
nav#main_nav ul#nav_list1 a#main_nav_gogakukentei{
    background-image: url(../../images/nav_main_gogakukentei.png);
    width:132px;
    left:253px;
    top:88px;
}
nav#main_nav ul#nav_list1 a#main_nav_ippansyo{
    background-image: url(../../images/nav_main_ippansyo.png);
    width:142px;
    left:408px;
    top:88px;
}
nav#main_nav ul#nav_list1 a#main_nav_card{
    background-image: url(../../images/nav_main_card.png);
    width:57px;
    left:569px;
    top:88px;
}
nav#main_nav ul#nav_list1 a#main_nav_bungudigital{
    background-image: url(../../images/nav_main_bungudigital.png);
    width:151px;
    left:675px;
    top:88px;
}
nav#main_nav ul#nav_list1 a#main_nav_special{
    background-image: url(../../images/nav_main_special.png);
    width:140px;
    left:839px;
    top:88px;
}
nav#main_nav ul#nav_list2{
}
nav#main_nav ul#nav_list2 li a{
    position: absolute;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 0 0 15px;
    background: url(../../images/arrow_header_link.png) left 50% no-repeat;
}
nav#main_nav ul#nav_list2 li a:hover{
/*    color: #59a2ec;*/
    color: #fff;
}
nav#main_nav ul#nav_list2 li a#main_nav_torihiki{
/*    left:347px;*/
    left:267px;
    top:17px;
}
nav#main_nav ul#nav_list2 li a#main_nav_support{
/*    left:511px;*/
    left:431px;
    top:17px;
}
/*####################*/
/*ヘッダ　yahoo検索窓*/
/*####################*/
#srchBox{
    position: absolute;
/*    left:630px;*/
    left:550px;
    top:10px;
    width:298px;
    _width:296px;
    background-color: transparent;
    color:#000;
}
#srchBox *{
    margin:0;
    padding:0;
    font-size:13px;
    *font-size:small;
    *font:x-small;
}
#srchBox a img{
    border:none;
}
#srchBox #srch{
    padding:0 0 0 0;
}
#srchBox #srch #srchForm{
    white-space:nowrap;
}
#srchBox #srchInput{
    width:166px;
    margin: 5px 6px 0 0;
    padding: 0 5px;
    vertical-align: top;
    border: none;
    height:20px;
}
#srchBox #srchBtn{
    width:26px;
    height:20px;
    margin: 5px 0 0 -36px;
    background: url(../../images/btn_searchsubmit.png) no-repeat;
    border: none;
    cursor: pointer;
}
#srchBox #srchBtn{
    padding-top:2px;
}
*:first-child+html #srchBox #srchBtn{
    padding-top:2px;
}
#srchBox ul{
    margin-top:6px;
    text-align:left;
}
#srchBox li{
    list-style-type:none;
    display:inline;
    zoom:1;
    padding-right:10px;
}
#srchBox li input{
    zoom:1;
    margin-right:2px;
    _margin:-4px 0 -4px -4px;
    vertical-align:middle;
    border:0;
}
*:+html #srchBox li input{
    margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo{
    margin:3px 15px 6px 0;
    font-size: 10px;
    letter-spacing: -1px;
    float:right;
}
#srchBox #srchLogo a{
    color:#666666;
    text-decoration:none;
    font-size:85%;
}
#srchBox #srchLogo a:hover{
    text-decoration:underline;
}
/*####################*/
/*ページ送り　pagenav*/
/*####################*/
.pagenav_wrap{
	clear: both;
    margin:40px auto 20px;
    text-align: center;
}
.pagenav_wrap ul{
    display: inline;
    margin: 0 auto;
	text-align:center;
}

.pagenav_wrap ul li{
	display:inline;
	margin:0 2px
}
.pagenav_wrap div.page_prev,
.pagenav_wrap div.page_next,
.pagenav_wrap ul li span,
.pagenav_wrap ul li a{
	display:inline-block;
	padding:1px 9px;
	border:1px solid #99ccff;
	text-decoration:none;
    color: #3399ff;
	vertical-align:middle;
    cursor: pointer;
}
.pagenav_wrap div.page_prev:hover,
.pagenav_wrap div.page_next:hover,
.pagenav_wrap ul li span,
.pagenav_wrap ul li a:hover{
	color: #fff;
	background: #99ccff;
}

/*####################*/
/*フッタ　footer*/
/*####################*/
footer{
    width: 100%;
    height:290px;
    background: url(../../images/bg_footer_pc.png) repeat-x;
}
footer #footer_inner{
    width: 980px;
    height: 290px;
    position: relative;
    margin: 0 auto;
    background: url(../../images/bg_footer_inner_pc.png) no-repeat;
}
footer #footer_inner a.go_pagetop_footer{
    display: block;
    position: absolute;
    width:146px;
    height: 16px;
    left:725px;
    top:31px;
    background: url(../../images/btn_pagetop_footer_pc.png) 0px 0px no-repeat;
}
footer #footer_inner a:hover.go_pagetop_footer{
    background-position: 0px -16px;
}
#footer_nav{
}
#footer_nav #nav_footer_list1{
}
#footer_nav #nav_footer_list1 li{
}
#footer_nav #nav_footer_list1 li a{
    display: block;
    position: absolute;
    height:14px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#footer_nav #nav_footer_list1 li a span{
    position: absolute;
    left: -9999px;
}
#footer_nav #nav_footer_list1 li a:hover{
    background-position: 0px -14px;
}

#footer_nav #nav_footer_list1 a#footer_nav_chiikugangu{
    background-image: url(../../images/nav_main_chiikugangu.png);
    width:74px;
    left:1px;
    top:83px;
}
#footer_nav #nav_footer_list1 a#footer_nav_youjidrill{
    background-image: url(../../images/nav_main_youjidrill.png);
    width:82px;
    left:148px;
    top:83px;
}
#footer_nav #nav_footer_list1 a#footer_nav_ehon{
    background-image: url(../../images/nav_main_ehonjidousyo.png);
    width:94px;
    left:305px;
    top:83px;
}
#footer_nav #nav_footer_list1 a#footer_nav_gakusyusankousyo{
    background-image: url(../../images/nav_main_gakusyusankousyo.png);
    width:132px;
    left:415px;
    top:83px;
}
#footer_nav #nav_footer_list1 a#footer_nav_gogakukentei{
    background-image: url(../../images/nav_main_gogakukentei.png);
    width:132px;
    left:1px;
    top:106px;
}
#footer_nav #nav_footer_list1 a#footer_nav_ippansyo{
    background-image: url(../../images/nav_main_ippansyo.png);
    width:142px;
    left:148px;
    top:106px;
}
#footer_nav #nav_footer_list1 a#footer_nav_card{
    background-image: url(../../images/nav_main_card.png);
    width:57px;
    left:305px;
    top:106px;
}
#footer_nav #nav_footer_list1 a#footer_nav_bungudigital{
    background-image: url(../../images/nav_main_bungudigital.png);
    width:151px;
    left:415px;
    top:106px;
}
#footer_nav #nav_footer_list1 a#footer_nav_special{
    background-image: url(../../images/nav_main_special.png);
    width:140px;
    left:1px;
    top:129px;
}
#footer_nav #nav_footer_list2{
    position: absolute;
    left:577px;
    top:75px;
    border-left:solid 1px #dbdbdb;
}
#footer_nav #nav_footer_list2 h4{
    width:193px;
    height: 18px;
    line-height: 1;
    background: url(../../images/bg_nav_footer_list2_h4.png) no-repeat;
    margin: 0 0 10px 0;
}
#footer_nav #nav_footer_list3{
    position: absolute;
    left:805px;
    top:75px;
    border-left:solid 1px #dbdbdb;
}
#footer_nav #nav_footer_list3 h4{
    width:174px;
    height: 18px;
    line-height: 1;
    background: url(../../images/bg_nav_footer_list3_h4.png) no-repeat;
    margin: 0 0 10px 0;
}
#footer_nav #nav_footer_list2 li,
#footer_nav #nav_footer_list3 li{
    float: left;
}
#footer_nav #nav_footer_list2 li a,
#footer_nav #nav_footer_list3 li a{
    font-size: 1rem;
    background: url(../../images/arrow_footer_link.png) left 50% no-repeat;
    margin:0 0 0 10px;
    padding: 0 0 0 14px;
    text-decoration: none;
    color: #000;
}
#footer_nav #nav_footer_list2 li a:hover,
#footer_nav #nav_footer_list3 li a:hover{
    color: #59a2ec;
}
#footer_nav #nav_footer_list4{
    font-size:1rem;
}
#footer_nav #nav_footer_list4 li a{
    position: absolute;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 0 0 17px;
    background: url(../../images/arrow_header_link.png) left 50% no-repeat;
}
#footer_nav #nav_footer_list4 li a:hover{
/*    color: #59a2ec;*/
    color: #fff;
}
#footer_nav #nav_footer_list4 li a#footer_nav_companyinfo{
    left:1px;
    top:203px;
}
#footer_nav #nav_footer_list4 li a#footer_nav_sitemap{
    left:85px;
    top:203px;
}
#footer_nav #nav_footer_list4 li a#footer_nav_kiyaku{
    left:190px;
    top:203px;
}
#footer_nav #nav_footer_list4 li a#footer_nav_privacy{
    left:304px;
    top:203px;
}
#footer_nav #nav_footer_list4 li a#footer_nav_linkkumon{
    left:430px;
    top:203px;
}
#footer_sns{
    position: absolute;
    right:0px;
    top:198px;
}
#footer_sns li{
    float:left;
    margin: 0 5px 0 0;
}
#footer_sns li a{
    display: block;
    width:25px;
    height: 25px;
}
#footer_sns li a#footer_sns_twitter{
    background: url(../../images/icon_twitter.png) no-repeat;
}
#footer_sns li a#footer_sns_facebook{
    background: url(../../images/icon_facebook.png) no-repeat;
}
#footer_sns li a#footer_sns_line{
    display: none;
    background: url(../../images/icon_line.png) no-repeat;
}
#copyrights{
    position: absolute;
    left:0px;
    top:257px;
    font-size: 0.83rem;
}
#footer_logo{
    position: absolute;
    width: 119px;
    height: 28px;
    right: 0px;
    top:250px;
    background: url(../../images/logo_kumon_en_w.png) no-repeat;
    background-size: cover;
}
/*サイトマップ*/
.smap_box_wrap{
    border-bottom: dotted 1px #ccc;
}
.smap_box_2clm{
    float:left;
    width: 420px;
    margin: 20px 20px;
}
.smap_box_3clm{
    float:left;
    width: 280px;
    margin: 20px 10px;
}
.smap_box_wrap h3.cat_title a{
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #666;
    padding: 5px 20px 5px 25px;
    margin: 10px 0 10px;
    background: url(../../images/arrow_footer_link.png) 8px 50% no-repeat;
    border: solid 3px #d2d2d2;
    border-radius: 20px;   
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    zoom: 1;
    position: relative;
}
.smap_box_wrap h3.cat_title.card a{
    border: solid 3px #fc8d21;
}
.smap_box_wrap h3.cat_title.gakusan a{
    border: solid 3px #5ecf34;
}
.smap_box_wrap h3.cat_title.ehon a{
    border: solid 3px #ff5da5;
}
.smap_box_wrap h3.cat_title.general a{
    border: solid 3px #8074e1;
}
.smap_box_wrap h3.cat_title.kumontoy a{
    border: solid 3px #5ecf34;
}
.smap_box_wrap h3.cat_title.stationery a{
    border: solid 3px #cf802b;
}
.smap_box_wrap h3.cat_title.yodo a{
    border: solid 3px #1fbcff;
}
.smap_box_wrap h3.cat_title.toefl a{
    border: solid 3px #41cba5;
}

.smap_box_wrap h3.cat_title{
    height:36px;
    margin: 0 0 10px;
}
.smap_box_wrap .smap_catch{
    font-size: 1.1rem;
    margin: 0 0 20px 0;
    padding: 0;
}
.smap_box_wrap ul.smap_link_list{
    margin: -10px 0 20px;
}
.smap_box_wrap ul.smap_link_list li{
    margin: 0 0 5px 1rem;
}
.smap_box_wrap ul.smap_link_list li a{
    text-decoration: none;
}
/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/

@media screen and (max-width: 768px) {
    html{
        font-size: 12px;
    }
body {
    text-align: left;
    /*    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
     
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    color: #000;
    background-image: none;
}
/*汎用*/
    
img.center_img {
    display: block;
    width: 100%;
    margin: 20px auto;
}
.nosp{
    display: none !important;
}
.nopc{
/*    pc時にdisplay:none*/
    display:block !important;
}
.cnttxtsp{
    margin: 0 30px 0 0;
/*    sp時にtext-align:center*/
/*    text-align: center;*/
}
h2.pagetitle {
    /*サブページ見出し*/
    width: calc(100% - 40px);
    min-height: 50px;
    height:auto !important;
    height: 50px;
    margin: 0 10px 20px;
    background: url(../../images/bg_h2_sp.png) no-repeat;
    background-size: 100% 100%;
    font-size: 1.33rem;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 0 15px;
    border: solid 1px #d8d8d8;
    border-radius: 18px;
    /* CSS3草案 */
    -webkit-border-radius: 18px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 18px;
    /* Firefox用 */
    zoom: 1;
    position: relative;
}
 h3.page_section{
    /*サブページ見出し*/
    width: calc(100% - 20px);
    height: 50px;
    margin: 20px auto 15px;
    font-size: 1.33rem;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 0 15px;
    background-color: #c4e2ff;
    border-radius: 50px;
    /* CSS3草案 */
    -webkit-border-radius: 50px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;
    /* Firefox用 */ 
    zoom: 1;
    position: relative;
}
h3.page_section_double{
    /*サブページ見出し*/
    width: calc(100% - 40px);
/*    height: 50px;*/
    margin: 20px auto 15px;
    font-size: 1.33rem;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px 15px;
    background-color: #c4e2ff;
    border-radius: 50px;
    /* CSS3草案 */
    -webkit-border-radius: 50px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;
    /* Firefox用 */ 
    zoom: 1;
    position: relative;
}
 h3.page_section span,
h3.page_section_double span{
     font-size: 1.1rem;
 }
/*####################*/
/*構造*/
/*####################*/
#main_wrap {
    width: 100%;
    margin: 0 auto;
}

#left_cont {
    float: none;
    width: 100%;
    margin: 0;
}
#left_cont_subpage {
    float: none;
    width: 100%;
    margin: 0;
}
#right_cont {
    float: none;
    width: 100%;
}
#center_one_cont{
    width: 100%;
    margin: 0 0 40px;
}
.left_cont_cat_syousai {
    float: none;
    width: 100%;
    margin: 20px auto 30px;
}
.right_cont_cat_syousai {
    float: none;
    width: 100%;
    margin: 20px auto 30px;
}
.inner_box{
    margin: 0 20px;
}
.inner_box_nosp{
    margin: 0 0;
}
.inner_box_onlysp10{
    margin: 0 10px;
}

/*####################*/
/*ヘッダ　hedaer*/
/*####################*/
header{
    position: relative;
    width:100%;
    min-height: 102px;
    height:auto !important;
    height: 102px;
    background: url(../../images/bg_header_sp.png) center top no-repeat;
    background-size: 100% 102px;
    margin: 0 auto;
}
header #toggle_main_menu {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 78px;
    height: 33px;
    right: 10px;
    top: 36px;
    background: url(../../images/btn_mainmenu_toggle.png) no-repeat;
    background-size: cover;
    z-index: 10000;
}
header #toggle_search{
/*
    cursor: pointer;
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    right: 98px;
    top: 36px;
    background: url(../../images/btn_search_toggle.png) no-repeat;
    background-size: cover;
    z-index: 10000;
*/
}
header .breadcrumb{
    display: none;
    position: absolute;
/*
    left:0px;
    top:180px;
*/
}
header .sns_header_box{
    position: relative;
    right:auto;
    top:auto;
    height:42px;
    margin: 0 10px 0 0;
    float:none;
    text-align: right;
}
header h1 a#h1_logo_e{
    display: block;
    position: absolute;
    width:60px;
    height: 15px;
    right:11px;
    left:auto;
    top:5px;
    background: url(../../images/logo_kumon_en.png) no-repeat;
    background-size: contain;
}
header h1 a#h1_logo_j{
    display: block;
    position: absolute;
    width:120px;
    min-height:23px;
    height: auto !important;
    height: 23px;
    left:16px;
    top:42px;
    background: url(../../images/logo_kumon_jp.png) no-repeat;
    background-size: contain;
}
#nav_pos_setter{
    position: static;
    margin: 102px 0 20px 0;
}
#cover_blk{
    display: none;
    position: absolute;
    width: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 2999;
}
nav#main_nav{
/*    position: absolute;*/
    position: static;
    top:102px;
    left:0px;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    display: none;

}

nav#main_nav ul#nav_list1{
}

nav#main_nav ul#nav_list1 li{
    height: 44px;
    border-bottom: solid 1px #bae3f9;
    background-image: url(../../images/arrow_nav_sp.png) ;
    background-position: right 50%;
    background-repeat: no-repeat;
}
nav#main_nav ul#nav_list1 li a{
    display: block;
    position: relative;
    height:44px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    line-height: 44px;
    padding: 0 0 0 14px;
    width:100%;
    margin: 0;
}
nav#main_nav ul#nav_list1 li a span{
    position: relative;
    left: 0px;
}
nav#main_nav ul#nav_list1 li a:hover{
    background-position: 0px -14px;
}
nav#main_nav ul#nav_list1 a#main_nav_top{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_chiikugangu{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_youjidrill{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_ehon{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_gakusyusankousyo{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_gogakukentei{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_ippansyo{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_card{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_bungudigital{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list1 a#main_nav_special{
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list2{
}
nav#main_nav ul#nav_list2 li{
    height: 44px;
    border-bottom: solid 1px #bae3f9;
    background-image: url(../../images/arrow_nav_sp.png) ;
    background-position: right 50%;
    background-repeat: no-repeat;
}
nav#main_nav ul#nav_list2 li a{
    position: relative;
    display: block;
    color: #59a2ec;
/*    color: #000;*/
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0px;
    margin: 0;
    padding: 0 0 0 14px;
    background: none;
    width:100%;
    line-height: 44px;
}
nav#main_nav ul#nav_list2 li a:hover{
    color: #59a2ec;
/*    color: #000;*/
    text-decoration: underline;
}
nav#main_nav ul#nav_list2 li a#main_nav_torihiki{
/*    left:347px;*/
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
nav#main_nav ul#nav_list2 li a#main_nav_support{
/*    left:511px;*/
    background-image: none;
    width:100%;
    left: 0px;
    top: auto;
}
   
/*####################*/
/*ヘッダ　yahoo検索窓*/
/*####################*/
#srchBox{
    display: none;
    position: relative;
    left:auto;
    right:auto;
    top:12px;
    width:100%;
    height: 54px;
    padding: 10px 0 0 0;
    color:#000;
    background: url(../../images/bg_search_sp.png) top repeat-x #FFF;
    
}
#srchBox *{
    margin:0;
    padding:0;
    
    font-size:13px;
    *font-size:small;
    *font:x-small;
}
#srchBox a img{
    border:none;
}
#srchBox #srch{
    padding:0 0 0 0;
}
#srchBox #srch #srchForm{
    white-space:nowrap;
    padding: 0 10px;
}
#srchBox #srchInput{
    width:90%;
    width : -webkit-calc(100% - 10px) ;
    width : calc(100% - 10px) ;
    margin: 5px 6px 10px 0;
    padding: 0 5px;
    vertical-align: top;
    border: solid 1px #d8d8d8;
    height:30px;
}
#srchBox #srchBtn{
    width:80px;
    height:30px;
    margin: 6px 0 0 -91px;
    background: url(../../images/btn_searchsubmit_sp.png) no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
}
#srchBox #srchBtn{
    padding-top:2px;
}
*:first-child+html #srchBox #srchBtn{
    padding-top:2px;
}
#srchBox ul{
    margin-top:6px;
    text-align:left;
}
#srchBox li{
    list-style-type:none;
    display:inline;
    zoom:1;
    padding-right:10px;
}
#srchBox li input{
    zoom:1;
    margin-right:2px;
    _margin:-4px 0 -4px -4px;
    vertical-align:middle;
    border:0;
}
*:+html #srchBox li input{
    margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo{
    position: absolute;
    top:50px;
    right:10px;
    margin:0 0 0 0;
    font-size: 10px;
    letter-spacing: -1px;
    float:none;
}
#srchBox #srchLogo a{
    color:#666666;
    text-decoration:none;
    font-size:85%;
}
#srchBox #srchLogo a:hover{
    text-decoration:underline;
}
/*####################*/
/*フッタ　footer*/
/*####################*/
footer{
    width: 100%;
    height:353px;
    background: url(../../images/bg_footer_sp.png);
    background-size: 100% 353px;
}
footer #footer_inner{
    width: 100%;
    height: 353px;
    position: relative;
    margin: 0 auto;
    background:none;
}
footer #footer_inner a.go_pagetop{
    display: none;
}
#footer_nav{
}
#footer_nav #nav_footer_list1{
    display: none;
}
#footer_nav #nav_footer_list2{
    position: absolute;
    left:20px;
    top:50px;
    border-left:none;
}
#footer_nav #nav_footer_list2 h4{
    width:196px;
    height: 14px;
    line-height: 1;
    background: url(../../images/bg_nav_footer_list2_h4_sp.png) no-repeat;
    background-size: cover;
    margin: 0 0 10px 0;
}
#footer_nav #nav_footer_list3{
    position: absolute;
    left:20px;
    top:107px;
    border-left:none;
}
#footer_nav #nav_footer_list3 h4{
    width:196px;
    height: 14px;
    line-height: 1;
    background: url(../../images/bg_nav_footer_list3_h4_sp.png) no-repeat;
    background-size: cover;
    margin: 0 0 10px 0;
}
#footer_nav #nav_footer_list2 li,
#footer_nav #nav_footer_list3 li{
    float: left;
    padding: 0 30px 0 0;
}
#footer_nav #nav_footer_list2 li a,
#footer_nav #nav_footer_list3 li a{
    font-size: 1rem;
    background: url(../../images/arrow_footer_link.png) left 50% no-repeat;
    padding: 0 0 0 14px;
    margin: 0;
    text-decoration: none;
}
#footer_nav #nav_footer_list2 li:last-child,
    #footer_nav #nav_footer_list3 li:last-child{
    padding: 0 0 0 0;
}
#footer_nav #nav_footer_list2 li a:hover,
#footer_nav #nav_footer_list3 li a:hover{
    color: #59a2ec;
}
#footer_nav #nav_footer_list4{
    position: absolute;
    background-color: #99ccff;
    width: 100%;
    height: 66px;
    left: 0px;
    top: 165px;
    padding:8px 0 0 20px;
}
#footer_nav #nav_footer_list4 li{
    float:left;
    width:150px;
}
#footer_nav #nav_footer_list4 li a{
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 0 0;
    padding: 0 0 0 17px;
    background: url(../../images/arrow_header_link.png) left 50% no-repeat;
}
#footer_nav #nav_footer_list4 li a:hover{
/*    color: #59a2ec;*/
    color: #fff;
}
#footer_nav #nav_footer_list4 li a#footer_nav_companyinfo{
    left:auto;
    top:auto;
}
#footer_nav #nav_footer_list4 li a#footer_nav_sitemap{
    left:auto;
    top:auto;
}
#footer_nav #nav_footer_list4 li a#footer_nav_kiyaku{
    left:auto;
    top:auto;
}
#footer_nav #nav_footer_list4 li a#footer_nav_privacy{
    left:auto;
    top:auto;
}
#footer_nav #nav_footer_list4 li a#footer_nav_linkkumon{
    left:auto;
    top:auto;
}
#footer_sns{
    display: none;
}
#copyrights{
    position: absolute;
    left:10px;
    top:260px;
    font-size: 0.83rem;
    margin: 0 10px 0 0;
    line-height: 1.3;
}
#footer_logo{
    position: absolute;
    width: 121px;
    height: 30px;
    left: 10px;
    top:310px;
    background: url(../../images/logo_kumon_en_w.png) no-repeat;
    background-size: contain;
}
.smap_box_wrap{
    border-bottom: none;
}
.smap_box_2clm{
    float:none;
    width: 100%;
    margin: 20px 0;
}
.smap_box_3clm{
    float:none;
     width: 100%;
    margin: 20px 0;
}    
    
    
    
    
    
}
/*スマホ想定ここまで*/