@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
a,
a:link,
a:visited,
a:hover,
a:active{
	color:#000;
}
.sp{
	display:none;
}
img{
	width:100%;
	vertical-align:bottom;
}
body{
	background-color:#FFF;
}
header{
	position:absolute;
	margin:auto;
	left:0%;
	right:0%;
	z-index:100;
}


.menu_btn{
	display:none;
}
.head_btn{
	position:absolute;
	top:0;
	padding-top:0px;
	text-align:right;
	margin:auto;
	right:20px;
    margin-top: -38px;
}
.head_btn a{
	display:inline-block;
	margin-left:10px;
}
.head_btn a.btn_tw{
}

header nav{
	padding-top:5px;
	padding-bottom:15px;
	margin:auto;
	text-align:center;
}/*
.toppage header nav{
	max-width:450px;
    padding-top: 120px;
}
.toppage header nav a{
	margin-bottom:20px;
}*/
div.logo{
	margin:auto;
	padding-top:0px;
	padding-bottom:5px;
	display:block;
	width:460px;
	height:auto;
}
nav a{
	background-color:#e6827f;
	padding:10px;
	border-radius:5px;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	border:2px solid #e6827f;
	-webkit-transition: all .5s;
	transition: all .5s;
    display: inline-block;
    line-height: 100%;
}

nav a,
nav a:link,
nav a:visited,
nav a:hover,
nav a:active{
	color:#FFFFFF;
}
nav a.na1{background-color:#e6827f;border:2px solid #e6827f;}
nav a.na2{background-color:#60a6d9;border:2px solid #60a6d9;}
nav a.na3{background-color:#f3b34b;border:2px solid #f3b34b;}
nav a.na4{background-color:#ec712e;border:2px solid #ec712e;}
nav a.na5{background-color:#23c381;border:2px solid #23c381;}
nav a.na6{background-color:#7db55b;border:2px solid #7db55b;}
nav a.na7{background-color:#92c8fc;border:2px solid #92c8fc;}
nav a.na8{background-color:#bb9f6c;border:2px solid #bb9f6c;}

nav a.na1:hover,
nav a.na2:hover,
nav a.na3:hover,
nav a.na4:hover,
nav a.na5:hover,
nav a.na6:hover,
nav a.na7:hover,
nav a.na8:hover{
	border-style: dashed;
	background:#FFFFFF;
	color:#444444;
}
nav a.coming{
	background-color:#999;
	border:solid 2px #999;
}
article.top{
	z-index:1;
    margin-bottom: -12%;
	position:relative;
}



.topsubtitle{
	display:none;
}/*
#top .topsubtitle{
	display:block;
	margin:auto;
	max-width:460px;
}*/
article.bg1{
	padding-top:60px;
	padding-bottom:60px;
	background-image:url(../img/bg-natural1.jpg);
    text-align: center;
}

.new_posts {
	font-size:0;
	max-width:990px;
	margin:auto;
    padding-top: 30px;
	
}
.new_posts a{
	display:inline-block;
	vertical-align:top;
	width:300px;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
    margin-bottom: 30px;
}
.new_posts ul ul{
	padding-top:10px;
	padding-bottom:10px;
}

.post_date{
	display:block;
	float:right;
	font-size: 14px;
	padding-top:10px;
}
.new_posts a p{
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.new_posts .post_tag{
	background-color: #e6827f;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    border: 2px solid #e6827f;
    -webkit-transition: all .5s;
    transition: all .5s;
	display:block;
	color:#FFF;
	float:left;
    line-height: 100%;
}
.new_posts .post_tag.tag1{background-color:#e6827f;border:2px solid #e6827f;}
.new_posts .post_tag.tag2{background-color:#60a6d9;border:2px solid #60a6d9;}
.new_posts .post_tag.tag3{background-color:#f3b34b;border:2px solid #f3b34b;}
.new_posts .post_tag.tag4{background-color:#ec712e;border:2px solid #ec712e;}
.new_posts .post_tag.tag5{background-color:#ea7fa3;border:2px solid #ea7fa3;}
.new_posts .post_tag.tag6{background-color:#7db55b;border:2px solid #7db55b;}
.new_posts .post_tag.tag7{background-color:#92c8fc;border:2px solid #92c8fc;}
.new_posts .post_tag:hover{
	border-style: dashed;
	background:#FFFFFF;
	color:#444444;
}
.post_more{
	margin:auto;
	display:block;
}
.post_more img{
	width:auto;
}

article.top2{
	margin-top:-60px;
	margin-bottom:-60px;
}
article.bg2{
	padding-top:60px;
	padding-bottom:0px;
	background-image:url(../img/bg-natural2.jpg);
}
article.top3{
	margin-top:-154px;
	margin-bottom:0px;
	position:relative;
	font-size:0;
}

.top3_tw{
    position: absolute;
    z-index: 10;
    width: 39%;
    bottom: 42%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 440px;
    left: 41%;
}
.top3_tw:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
div.topback{
	width:118px;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:100;
}
h2.title_news{
	width:300px;
	margin-top:-80px;
	margin-left:30px;
}

h2.title_category{
	width:300px;
	margin-top:-79px;
	margin-left:30px;
}

h2.title_chara{
	width:300px;
	margin-top:60px;
	margin-left:30px;
}
.categorylist{
    position: relative;
	overflow:hidden;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}
.categorylist .bgillust1,
.categorylist .bgillust2,
.categorylist .bgillust3,
.categorylist .bgillust4,
.categorylist .bgillust5,
.categorylist .bgillust6{
	display:block;
	width:auto;
	position:absolute;
}
.categorylist .bgillust1{
    top: 33%;
    right: 87%;
}
.categorylist .bgillust2{
    /*left: 81%;
    top: 29%;*/
    left: 85%;
    top: 23%;
}
.categorylist .bgillust3{
    left: 77%;
    top: 47%;
}
.categorylist .bgillust4{
    top: 49%;
    right: 90%;
}
.categorylist .bgillust5 {
    top: 59%;
    right: 80%;
}
.categorylist .bgillust6{
	left: 83%;
    top: 64%;
}
.categorylist ul{
	position:relative;
	z-index:2;
	padding-top:40px;
	max-width:1000px;
	width:100%;
	margin:auto;
	/*background-color:#853436;*/
	text-align:center;
	font-size:0;
	padding-bottom:180px;
}
.categorylist li{
	font-size:16px;
	background-image:url(../img/listbox.png);
	background-size:contain;
	width:280px;
	height:170px;
	padding:20px;
	margin:5px;
	display:inline-block;
	vertical-align:top;
    margin-bottom: 20px;
}
.categorylist li p{
	height:60px;
	padding-top:10px;
    padding-left: 20px;
    padding-right: 20px;
	text-align:left;
}
.categorylist li h3,
.categorylist li a{
	display:block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.categorylist li a:link:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.categorylist li img{
	width:auto;
}
.categorylist li a img{
	max-width:200px;
}
.top3 img{
	
}
.top3 h2 img{
	display:inline-block;
}
footer{
	background-image:url(../img/footbg.jpg);
	padding-bottom:17px;
	padding-top:17px;
	width:100%;
	text-align:center;
}
footer img{
	width:auto;
	max-width:90%;
}

footer a.foot_mail{

    display: block;
    margin-bottom: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
footer a.foot_mail:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}




#column{
	background-color:#FFF;
}
/*#column*/ header{
	position:relative;
	width:100%;
	line-height:100%;
    background-image: url(../img/bg-natural2.jpg);
}
/*#column*/ header .logo{
	display:inline-block;
	padding:0;
	width:220px;
	height:auto;
}
/*#column*/ header nav{
	padding:0;
    text-align: left;
	vertical-align:top;
	display:inline-block;
	padding-top:60px;
	width:100%;
	
	
    padding-top: 0px;
    padding-bottom: 20px;
}
/*#column*/ header nav a{
	padding:8px;
}
/*#column*/ header .head_container{
	max-width:1000px;
	position:relative;
	margin:auto;
}
#column section{
	padding-left:20px;
	padding-right:20px;
    max-width:1000px;
    margin: auto;
	padding:20px;
}
#column article{
	padding-top:20px;
	padding-bottom:20px;
}
#column .law{
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:10px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
    min-height: 50px;
	
}
#column .law.japan{
	background-image:url(../img/flag_japan.png);
}
#column .law.finland{
	background-image:url(../img/flag_finland.png);
}
#column .law img{
	display:inline-block;
	width:100px;
	vertical-align:middle;
	margin-right:20px;
}
#column .law span{
	padding-left:100px;
	vertical-align:middle;
	display:table-cell;height:50px;
}
#column article h3{
    font-size: 24px;
}
#column article h3 span{
	display:inline-block;
	margin-right:20px;
}
#column .alice{
	background-image: url(../img/alice1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: left;
    min-height: 80px;
    padding-left: 95px;
    display: table-cell;
    height: 80px;
}
#column .aliceright {
	text-align: right;
    width: 100%;
    display: table;
}
#column .alice.right{
	background-image: url(../img/alice2.png);
	background-position:right;
    padding-right: 95px;
    padding-left: 0px;
}
#column .aliceright .alice{
}
#column .alice span{
	background-color: #ef96c1;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    vertical-align: middle;
    padding: 20px;
    display: inline-block;
	text-align:left;
}


.contents h1{
	font-size:35px;
}
.contents h2{
	/*background-color:#46BCFF;*/
	background-image:url(../img/bg-natural3.jpg);
	font-size:24px;
	padding:20px;
	border-radius:8px;
	color:#FFFFFF;
	margin-top:30px;
	margin-bottom:20px;
}
.contents h2 span{
	color:#F0FF00;
	font-size:32px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
.contents p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
}
.contents article{
	margin-bottom:60px;
}
.contents ul li{
	width:39%;
	float:left;
}
.contents ul li.right{
	width:59%;
	float:right;
}/*
.contents ul.global4 li{
	width:68%;
}
.contents ul.global4 li.right{
	width:30%;
}*/
.contents ul.global4 li{
	width:69%;
}
.contents ul.global4 li.right{
	width:29%;
}
.contents ul.global5 li,
.contents ul.global5 li.right{
	float:none;
	width:100%;
}
.contents ul.global5 li.right{
	vertical-align:top;
	text-align:center;
}
.contents ul.global5 li img{
	vertical-align:top;/*
	width:300px;
	margin-left:10px;
	margin-right:10px;*/
	margin-right:1%;
	margin-left:1%;
	width:40%;
	display:inline-block;
}

.contents ul.global6 li,
.contents ul.global7 li,
.contents ul.global6 li.right,
.contents ul.global7 li.right{
	width:49%;
	
}
.contents .childcare5 img{
	width:100%;
	max-width:700px;
	margin:auto;
	display:block;
}
.contents .childcare5 h3{
    text-align: center;
    font-size: 22px;
	color:#024ea3;
    border-bottom: 2px solid #024ea3;
	padding-bottom:6px;
}
.contents .teian h2{
	padding:0;
	background:none;
	margin:0;
}
.contents .teian{
	padding:0;
	margin:0 ;
	background-image:url(../img/jcp-teian_bg.jpg);
}
.contents .teian h3,
.contents .teian div,
.contents .teian p{
	margin-left:10px;
	margin-right:10px;
}
.contents .teian img{
	display:block;
	width:100%;
}
.contents a:link,
.contents a:visited{
	color:#60a6ed;
}
.contents a:hover{
	color:#9dceff;
}
.contents a{
	word-break: break-all;
}
.teian h3{
	font-size:26px;
	text-align:center;
	margin-bottom:10px;
	color:#e48416;
}
.teian h4{
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	font-size:20px;
	
    border-left: 5px solid #60a6ed;
	padding-left:10px;
}
.contents .childcare4 .kanren{
	background-color:#FFF;
	font-size:12px;
	margin-bottom:10px;
    margin-left: 20px;
    margin-right: 20px;
	padding:10px;
}
.contents .childcare4 .kanren p{
	margin:0;
}
.contents .childcare5 div{
	margin-bottom:40px;
}

.contents .work2 img,
.contents .work3 img{
	width:100%;
	max-width:700px;
	margin:auto;
	display:block;
}
.contents .work5 .teian p{
    text-align: center;
    padding: 20px;
    color: #024ea3;
    background-color: #FFF;
    font-size: 20px;
    line-height: 150%;
	max-width:700px;
	margin:auto;
}
.work5 .teian p span{
	display:block;
	margin-bottom:10px;
}

.teigen{
	display:block;
    padding: 10px;
    border-radius: 6px;
    margin: auto;
    margin-bottom: 20px;
	background-image:url(../img/bg-natural4.jpg);
	text-align:center;
}
.teigen div {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 2px;
	display:block;
}
.teigen h3{
	color:#f19cc1;
}
.teigenblock{
	display:block;
	margin:auto;
	width:60%;
	max-width:380px;
	min-width:240px;
}
#column .poverty5 .alicebox{
	margin-bottom:30px;
}
#column .poverty2 h2,
#column .poverty3 h2,
#column .poverty4 h2,
#column .poverty5 h2{
	margin-bottom:40px;
}
.poverty2 img,
.poverty3 img,
.poverty4 img{
	max-width:700px;
	margin:auto;
	width:100%;
    display: block;
}

#column .poverty4 .kanren{
    border-radius: 6px;
    border: 3px solid #ccc;
    padding: 20px;}
	
#column .work2 .alicebox,
#column .work3 .alicebox,
#column .poverty2 .alicebox,
#column .poverty3 .alicebox,
#column .poverty4 .alicebox{
	max-width:660px;
	margin:auto;
	margin-top:30px;
}
#column .work2 .alicebox{
	max-width:580px;
}
#column .work3 .alicebox{
	max-width:690px;
	margin-top:0;
}
#column .poverty4 .alicebox{
	max-width:550px;
	margin-bottom:20px;
	margin-top:10px;
}
#column .poverty5 .alicebox{
	margin-bottom:20px;
	margin-top:10px;
}
#column .table_title{
	display:block;
	margin:auto;
	max-width:550px;
}
#column .work3 .table_title,
#column .work4 .table_title{
	max-width:450px;
}
.pakutaso{
	font-size:10px;
	text-align:right;
}
.blogzenbun{
	width:84%;
	max-width:840px;
	padding-top:20px;
	margin:auto;
	
}

.contents .school3 img{
	max-width:900px;
	margin:auto;
	display:block;
}
.contents .school3 .aliceright{
	max-width:800px;
	margin:auto;
}
.contents .school4 .alicebox{
	max-width:650px;
	margin:auto;
}
.contents .school5 img{
	margin:auto;
	max-width:800px;
	display:block;
}
.contents .school5 .alicebox{
    max-width: 750px;
    margin: auto;
    margin-top: 20px;
}
.contents .school6 .alicebox{
	max-width:580px;
	margin:auto;
}
.school6 img{
    max-width: 580px;
    margin: auto;
	margin-bottom:20px;
	display:block;
}
.school7 img{
    max-width: 580px;
    margin: auto;
	margin-bottom:20px;
	display:block;
}
.contents .school7 .alicebox{
	max-width:580px;
	margin:auto;
}
.contents .school8 .alicebox{
	max-width:600px;
	margin:auto;
}
.contents .school9 .alicebox{
	max-width:600px;
	margin:auto;
}
.contents .school10 .alicebox{
	max-width:600px;
	margin:auto;
}
.contents .school11 .alicebox{
	max-width:600px;
	margin:auto;
}
.contents .school8 h2{
	margin-top:0;
}
.contents .school8 img,
.contents .school9 img,
.contents .school10 img{
	max-width:600px;
	margin:auto;
	display:block;
}
.contents .school8 h2,
.contents .school9 h2, 
.contents .school10 h2{
	line-height:38px;
}
.contents .school8 h2 span,
.contents .school9 h2 span, 
.contents .school10 h2 span{
	background-color:#FFF;
	display:inline-block;
	color:#46BCFF;
	width:38px;
	height:38px;
	text-align:center;
	margin-left:20px;
	border-radius: 40px; 
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px; 
}

.contents .topics3_3 .teian,
.contents .topics3_2 .teian,
.contents .school11 {
	text-align:right;
}

.contents .topics3_3 h2,
.contents .topics3_2 h2,
.contents .school11 h2{
	background:none;
	font-size: 24px; 
	padding: 0px;
	margin:0;
}
.contents .topics3_3 .teian,
.contents .topics3_2 .teian,
.contents .school11 .teian{
	padding-bottom:1px;
}
.contents .topics3_3 img,
.contents .topics3_2 img,
.contents .school11 img{
	vertical-align:top;
}
.contents .topics3_3 .teian img,
.contents .topics3_2 .teian img,
.contents .school11 .teian img{
	max-width:700px;
	margin:auto;
	margin-bottom:20px;
}
.contents .topics3_3 a,
.contents .topics3_2 a,
.contents .school11 a{
	display:inline-block;
	margin-right:20px;
}
.contents .school12 img{
	float:right;
	max-width:260px;
	width:30%;
	margin-left:20px;
	margin-bottom:20px;
}

.contents .school9 .rensai{}

.contents .topics2 ul li,
.contents .topics3 ul li{
	width:49%;
}
.contents .topics2 ul li h2{
	padding-right:0;
	padding-left:10px;
}

.contents .topics2 ul li.right
.contents .topics3 ul li.right{
width:49%;
}

.head_text{
	display:none;
}
 .head_text.pc{
	display:block;
}
.head_text.pc{
	background-image: url(../img/footbg.jpg);
	padding-top:8px;
	padding-bottom:8px;
}
.head_text.pc p{
	max-width:960px;
	margin:auto;
}/*
#top .head_text.pc p{
	text-align:center;
}*/
.head_text.pc p img{
	width:570px;
}
.head_text.sp{
	display:none;
}
 .head_container{
	position:relative;
}
.contents .global2_5 ul li,
.contents .global2_6 ul li{
	width:59%;
	
}

.contents .global2_5 ul li.right,
.contents .global2_6 ul li.right{
	width:40%
}

.contents_index ul li{
	float:left;
	width:49%;
	margin-left:0.5%;
	margin-right:0.5%;
}
.contents_index ul li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.contents_index.topics ul li{
	width:32.3%
}
.contents_index h1{
	color:#ef96c1;
	font-size:30px;
	font-weight:bold;
	margin-top:10px;
}
#column .contents_index article{
	padding:0;
}

.soutenmatome{
	max-width:1000px;
	margin:auto;
	position:relative;
	margin-bottom:100px;
}
.soutenmatome div{
	position:relative;
	margin-bottom:20px;
}
.soutenmatome a{
	position:absolute;
	display:block;
    width: 8.3%;
	height:auto;
}
.soutenmatome a img{
	display:block;
}
.soutenmatome a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.soutenhyou_btn_01,
.soutenhyou_btn_02,
.soutenhyou_btn_03{
    top: 31.4%;
}
.soutenhyou_btn_04{
    top: 42.4%;
}
.soutenhyou_btn_05{
    top: 53.4%;
}
.soutenhyou_btn_06{
    top: 64.5%;
}
.soutenhyou_btn_07,
.soutenhyou_btn_08{
    top: 86.4%;
}
.soutenhyou_btn_09{
    top: 97.4%;
}
.soutenhyou_btn_01,
.soutenhyou_btn_07,
.soutenhyou_btn_10{
    left: 30.2%;
}
.soutenhyou_btn_02,
.soutenhyou_btn_04,
.soutenhyou_btn_05{
    left: 45.7%;
}
.soutenhyou_btn_03,
.soutenhyou_btn_06,
.soutenhyou_btn_08,
.soutenhyou_btn_09{
    right: 0.5%;
}
.soutenhyou_btn_10{
    top: 75%;
}

.souten_btn{
    position: absolute;
    width: 30%;
    top: 13%;
    max-width: 300px;
    left: 3%;
}

.souten_btn:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#column section.soutenmatome {
    padding-top: 0px;
}
#column section.soutenmatome article {
    padding-top: 0px;
}

#column .topics2_5{
	padding:10px;
	border: solid 3px #999;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color:#666;
}
.topics2_5 p{
	font-size:14px;

}


#column .keyword article{
	padding-top:0;
}
.contents .taiketukouzu div{
	max-width:800px;
	margin:auto;
	width:100%;
	padding-top:20px;
}
.contents .taiketukouzu li{
	width:40%;
	padding-top:20px;
}

#column .keyword article p + h3{
	margin-top:30px;
}
.contents .taiketukouzu li:first-child{
	float:left;
}
.contents .taiketukouzu li:nth-child(2){
	float:right;
}
.keyword_btn{
    max-width: 250px;
    display: block;
    position: absolute;
    bottom: 4%;
    width: 20%;
    left: 11%;
}
.keyword_btn img{
	width:100%;
}
.contents .mushoukahonkido1 h3{
	width:65%;
	display:block;
	margin:20px 0;
	margin-top:40px;
	min-width:280px;
}
.contents .mushoukahonkido1 img + p{
	margin-top:20px;
}
#column .keyword article.mushoukahonkido1 p + h3{
	margin-top:50px;
}
.contents .mushoukahonkido3{
	background-color:#fbe6ef;
	padding:10px 20px;
}
.contents .mushoukahonkido3 p span{
	display:inline-block;
	margin-right:20px;
}

/*@media screen and (max-width: 1200px){
.toppage header nav{
    padding-top: 60px;
}
}*/
@media screen and (max-width: 1050px){

div.logo {
    width: 320px;
}/*
#top .topsubtitle {
    max-width: 320px;
}
#top header nav{
}#top header nav a{
    margin-bottom: 6px;
    padding: 6px;
    font-size: 12px;
}
#top header nav {
    width: 270px;
}*/
}
@media screen and (max-width: 1000px){
.head_text.pc {
	display:none;
}/*
#top .head_btn{
		width:150px;
}#top .head_btn a.btn_top{
	margin-bottom:10px;
}*/

/*#column*/ header nav{
	padding-top:0;
	display:none;
    position: relative;
    z-index: 10;
}
/*#column*/ header .logo,
/*#column*/ header .logo a{
	display:block;
	padding:0;
	height:auto;
	position:relative;
}
	/*#column*/ header nav{
		padding-left:0;
		text-align:center;
	}
	/*#column*/ .head_btn a.btn_top{
	margin-bottom:0px;
}
	/*#column*/ .head_btn{
		width:100%;
		display:block;
		padding-top:10px;
		padding-bottom:10px;
	/*background-image: url(../img/bg-natural1.jpg);*/
	background-image: url(../img/footbg.jpg);
    position: relative;
	right:0;
	margin:0;
}
/*#column*/ .btn_tw{
	margin-right:20px;
}

/*#column*/ header nav{
	top:auto;
	left:0;
}
/*#column*/ header nav a{
	border:none;
	width:100%;
	margin:0;
	padding:10px 0;
	font-size:20px;
}
/*#column nav a.na1,
#column nav a.na2,
#column nav a.na3,
#column nav a.na4,
#column nav a.na5,
#column nav a.na6,
#column nav a.na7,
#column nav a.na8{
	border:none;
	border-radius:0;
}*/
 nav a.na1,
 nav a.na2,
 nav a.na3,
 nav a.na4,
 nav a.na5,
 nav a.na6,
 nav a.na7,
 nav a.na8{
	border:none;
	border-radius:0;
}
/*#column*/ .btn_top{
		width:80px;
}
/*#column*/ .btn_fb{
	width:25px;
}
/*#column*/ .btn_tw{
	width:25px;
}
/*#column*/ .menu_btn{
    position: absolute;
    z-index: 10;
    margin-right: 20px;
    width: 25px;
    display: block;
    top: 10px;
    left: 20px;
}
/*#column*/ .head_btn .menu_btn a{
	margin:0;
}
	/*#column*/ div.logo{
	margin:auto;
	display:block;
	width:200px;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 10px 0;
    height: auto;
    position: relative;
	padding-bottom:5px;
}


 .head_text.sp{
    position: absolute;
    margin: auto;
    left: 0;
    right: -320px;
    width: 150px;
    top: 60px;
	display:block;
}
/*
#top .head_text.sp{
    right: -430px;
	display:none;
}*/
}
@media screen and (max-width: 850px){

.categorylist li h3 img {
    width: 80%;
}
.categorylist li {
	font-size:12px;
	width:200px;
	line-height:140%;
    padding-bottom: 10px;
	background-repeat:no-repeat;
	height:130px;
}
	.categorylist li a{width: 110px;
    margin: auto;
}
	.categorylist li a img{
		width:100%;
}
	.categorylist li p{
		height: 57px;
    display: block;
}
}
@media screen and (max-width: 800px){
/*.toppage .head_text.pc {
	display:none;
}*/
	
h2.title_news {
    width: 240px;
    margin-top: -70px;
}
	.post_image{
		float:left;
		width:40%;
	}
	.post_text{
		width:55%;
		float:right;
	}
	.new_posts a{
		width:auto;
		padding-left:30px;
		padding-right:30px;
		margin:0;
		margin-bottom:20px;
	}
	/*#column*/ header nav{
		padding-top:0;
		width:auto;
	}
.contents ul.global3 li{
	float:none;
}
.contents ul.global3 li img,
.contents ul.global5 li img{
	margin-top:20px;
}
.contents ul.global3 li,
.contents ul.global6 li,
.contents ul.global7 li{
	float:none;
	width:100%;
}
.contents ul.global3 li.right,
.contents ul.global6 li.right,
.contents ul.global7 li.right{
	text-align:center;
	width:100%;
}
.contents ul.global3 li.right img,
.contents ul.global6 li.right img,
.contents ul.global7 li.right img{
	width:440px;
}

.contents ul.global4 li,
.contents ul.global4 li.right,
.contents ul li.right,
.contents ul li,.contents_index.topics ul li{
	float:none;
	width:100%;
}
.contents ul.global3 li.right img, .contents ul.global6 li.right img, .contents ul.global7 li.right img {
    width: 100%;
}
.contents ul.global4 li.right{
	text-align:center;
}
.contents ul.global4 li img,
.contents ul.global5 li img{
	width:280px;
	margin-left:0;
	margin-right:0;
}


.contents .global2_5 ul li,
.contents .global2_6 ul li,
.contents .global2_5 ul li.right,
.contents .global2_6 ul li.right,
.contents .topics2 ul li,
.contents .topics3 ul li,
.contents .topics2 ul li.right
.contents .topics3 ul li.right{
	float:none;
	width:100%;
}



 .head_text.sp{
    position: absolute;
    margin: auto;
    left: 0;
    right: -320px;
    width: 150px;
    top: 60px;
}
/*
#top .head_text.sp{
    right: -430px;
    top: 105px;
}	*/

}
@media screen and (max-width: 800px){
 .head_text.pc {
	display:none;
}
/*
 .head_text.sp{
	display:block;
}*/
.pc{
	display:none;
}
.sp{
	display:block;
}
	#column header nav,
#top header nav{
	padding-top:0;
	display:none;
    position: relative;
    z-index: 10;
}
/*

#top .topsubtitle,
#top header .logo{
	display:none;
}*/
/*
#column header .logo,
#column header .logo a{
	display:block;
	padding:0;
	height:auto;
	position:relative;

}*/
 header .logo,
 header .logo a{
	display:block;
	padding:0;
	height:auto;
	position:relative;

}
/*#column*/ header .logo{
	padding:10px 0;
}
	/*#column*/ header nav{
		padding-left:0;
		text-align:center;
		padding-bottom:0;
	}/*
	#column header nav .na1,
	#column header nav .na3,
	#column header nav .na4{
		margin-bottom:0;
}*/
	 header nav .na1,
	 header nav .na3,
	 header nav .na4{
		margin-bottom:0;
}
	#column .head_btn a.btn_top,
#top .head_btn a.btn_top{
	margin-bottom:0px;
}
	#column .head_btn,
#top .head_btn{
		width:100%;
		display:block;
		padding-top:10px;
		padding-bottom:10px;
    position: relative;
	right:0;
}
.btn_tw{
	margin-right:20px;
}

#column header nav,
#top header nav{
	top:auto;
	left:0;
	width:100%;
	max-width:none;
}
#column header nav a,
#top header nav a{
	border:none;
	width:100%;
	margin:0;
	padding:10px 0;
	font-size:20px;
}
nav a.na1,
nav a.na2,
nav a.na3,
nav a.na4,
nav a.na5,
nav a.na6,
nav a.na7,
nav a.na8{
	border:none;
	border-radius:0;
}
.btn_top{
		width:80px;
}
.btn_fb{
	width:25px;
}
.btn_tw{
	width:25px;
}
.menu_btn{
    position: absolute;
    z-index: 10;
    margin-right: 20px;
    width: 25px;
    display: block;
    top: 10px;
    left: 20px;
}
.head_btn .menu_btn a{
	margin:0;
}
	div.logo{
	margin:auto;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:200px;
    position:relative;
    left: 0;
    right: 0;
    z-index: 5;
}
div.topback{
	width:70px;
	position:fixed;
	right:20px;
	bottom:20px;
}
h2.title_news{
	width:150px;
	margin-top:-43px;
	margin-left:20px;
}
h2.title_category{
	width:150px;
    margin-top: -38px;
	margin-left:20px;
}

h2.title_chara{
	width:150px;
	margin-left:20px;
}

ul.categorylist{
	width:100%;
	margin:auto;
	/*background-color:#853436;*/
	text-align:center;
	font-size:0;
}
.categorylist li{
	margin-left:0;
	margin-right:0;
}

.new_posts {
    padding-top: 20px;
}
.new_posts ul ul{
	padding-top:0;
}
.new_posts .post_tag{
	padding:5px;
	font-size:10px;
}
.new_posts a{
	width:280px;
    padding: 0;
}
.new_posts a p{
	font-size:12px;
}
.post_date{
	padding-top:7px;
	font-size:10px;
}
.post_more{
	zoom:0.5;
}
.categorylist ul{
	padding-top:20px;
    padding-bottom: 140px;
}
.categorylist li {
    font-size: 16px; 
    width: 260px;
    line-height: 140%;
    height: 170px; 
}
.categorylist li p {
	height:70px;
}
.categorylist li a {
    width: 60%;
}

.top3_tw{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 47%;
    width: 57%;
}
#column .alice span {
	padding-bottom:10px;
	padding-top:10px;
	
}
.contents article {
    margin-bottom: 20px;
}




/*#column*/ div.logo {
    left: -65px;
    width: 160px;
}
 .head_text.sp{
    position: absolute;
    margin: auto;
    left: 0;
    right: -120px;
    width: 120px;
    top: 70px;
}

/*
#top header .logo{
left: -65px;
    width: 160px;
}
#top header .logo{
    display: block;
	display:none;
    padding: 0;
    height: auto;
    position: relative;}

#top .head_text.sp {
    position: absolute;
    margin: auto;
    left: 0;
    right: -120px;
    width: 120px;
    top: 60px;
}*/


.souten_btn{
	
    width: 25%;
    top: 7%;
    left: auto;
    right: 3%;
}

}


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

.contents .taiketukouzu li {
    width: 45%;
}
.contents .taiketukouzu li p{
	font-size:12px;
}
}

@media screen and (max-width: 480px){
.categorylist .bgillust1,
.categorylist .bgillust2,
.categorylist .bgillust3,
.categorylist .bgillust4,
.categorylist .bgillust5,
.categorylist .bgillust6{
	display:none;
}
.contents .school12 img{
	float:none;
	max-width:none;
	width:60%;
	display:block;
	margin:auto;
}



}


/*-- IE--*/
#column .alice {
    background-image: url(../img/alice1_ie.png)\9;
}
#column .alice.right {
    background-image: url(../img/alice2_ie.png)\9;
}
.contents .childcare5 img{
	width:700px\9;
	height:auto\9;
}
section{
	width:1000px\9;
}