@charset "UTF-8";
@import "reset.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/*タグへの設定*/
html	{
		font-size:62.5%;/*基準のフォントサイズは10px*/
		background-color:#eee;
		}
body	{
		background-color:#fafafa;
		color:#444;
		margin:0 auto;
		padding:0;
		font-size:1.6rem;/*基本のフォントサイズは16px*/
		line-height: 1.8em;
		font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;
    text-align: justify;
    text-justify: ;auto;
		}
h1,h2,h3,h4,h5,h6	{
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		letter-spacing: 0.15rem;
		}
a	{
	text-decoration: none;
	}
address	{
		font-style: normal;
		line-height: 1.2em;
		font-size: 1.6rem;
		text-align: center;
		}
img		{
		max-width: 100%;
		height: auto;
		}
aside {
    margin-bottom: 4rem;
}
/*クラスいろいろ*/
.ggmap {
    position: relative;
    margin-right: 2rem;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.font_size16	{
		font-size: 1.6rem;
		}
.font_default	{
		font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
		}		
.font_yugothic	{
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		}
.last_item	{
		margin-bottom: 4rem;
		}
.text_area2	{
        background-color: #4cb3d0;
        width: 100%;
		margin:0 auto;
		}
.flex   {
    display: -webkit-flex; /* Safari */
    display: flex; 
}
.flex_inline    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
.flex_wrap {
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
.flex_justify   {
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;

}
.column2    {
    column-count: 2;
}
.margin_b_0 {
    margin-bottom: 0rem;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
    width: 349;
} 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ヘッダー */
header,
nav#global_menu	{
		max-width:1004px;
		margin:0 auto;
		}
header	{
		display: block;
		margin-bottom: 7rem;
		padding-top: 2rem;
		}
@media screen and ( max-width:1004px )
{
    header	{
		display: block;
		margin-bottom: 7rem;
		padding: 2rem 2rem 0 2rem;
		}
}
header ul	{
		margin-bottom: 5rem;
		list-style-type: none;
		font-size: 1.6rem;
		letter-spacing: 0.15rem;
		}
header	ul li	{
		padding:0 2rem;
		display: inline;
        text-align: left;
		}
header	ul li:first-child	{
		background-image: url("../image/home_black.png");		
		background-repeat: no-repeat;
		background-position: left center;
		}
header	ul li:nth-child(2)	{
		background-image: url("../image/phone.png");		
		background-repeat: no-repeat;
		background-position: left center;
		}
header	ul li:nth-child(3),
nav#page_nav ul li:nth-child(3)	{
		background-image: url("../image/email.png");		
		background-repeat: no-repeat;
		background-position: left center;
		}
header h1	{
		background-image: url("../image/logo.svg");		
		background-repeat: no-repeat;
		padding-left: 5rem;
		height: 4.7rem;
		font-size: 2.2rem;
		letter-spacing: 0.2rem;
		color: #000;
		}
header h1 a:link,
header h1 a:visited	{
		color: #000;
		}
header span	{
		font-size: 1.6rem;
		font-weight: normal;
		font-style: normal;
		letter-spacing: 0.1rem;
		}	
/*グローバルメニュー*/
nav#global_menu_area	{
		width: 100%;
		background-color: #329601;
		}
.dropmenu{
*zoom: 1;
list-style-type: none;
max-width: 1004px;
margin: 0 auto;
padding: 0;
letter-spacing: "";
}
.dropmenu:before,
.dropmenu:after{
content: "";
display: table;
}
.dropmenu:after{
clear: both;
}
.dropmenu li{
position: relative;
width: 16.66666666666667%;
float: left;
margin: 0;
padding: 0;
text-align: center;
}
.dropmenu li a{
display: block;
margin: 0;
padding: 1rem 0 ;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
text-decoration: none;
letter-spacing: 0.1rem;
}
.dropmenu li ul{
list-style: none;
position: absolute;
z-index: 9999;
top: 100%;
left: 0;
margin: 0;
padding: 0;
}
.dropmenu li ul li{
width: 100%;
}
.dropmenu li ul li a{
padding: 1rem 1rem;
border-top: 1px solid #7c8c0e;
background: #329601;
text-align: left;
}
.dropmenu li:hover > a{
background: #6fb54c;
color: #fff;
}
.dropmenu li a:hover{
background: #6fb54c;
color: #fff;
}
#normal li ul{
display: none;
}
#normal li:hover ul{
display: block;
}
/*トップイメージ*/
div#topimage	{
        max-width: 1004px;
		margin: 4rem auto;
}
/*更新情報とバナーなど*/
div#information_etc	{
		max-width: 1004px;
		margin: 0 auto 4rem;
		display: table;
		}
@media screen and ( max-width:1004px ) 
{
    div#information_etc	{
        padding: 0 2rem;
		}   
}
section#information	{
		display: table-cell;
		padding-right: 4rem;
		width: 63.5%;
		vertical-align: top;
		}
@media screen and ( max-width:480px )
{
    div#topimage	{
        display: none;
    }
    section#information	{
		display: inline;
		padding-right: 0rem;
		width: 100%;
		vertical-align: top;
		}
}
section#information li	{
		padding: 0.75rem 0 0.75rem 11rem;
		list-style-type: none;
		letter-spacing: 0.2rem;
		text-indent: -11rem;
		border-bottom: 0.1rem solid #8c8c8c;
        text-align: left;
		}
section#information li:first-child	{
		padding-top: 2rem;
		}
section#information a:link,
section#infomation a:visited	{
		color: #444;
		}
section#information a:hover	{
		color: #cccccc;
		}
section#information h1	{
    margin-top: 4rem;
	padding: 1.5rem;
	background-color: rgba(76,179,208,1);
	font-size: 2.2rem;
	border-radius: 0.5rem 0.5rem;
	color: #fff;
	}
section#information h1:first-child  {
    margin-top: 0;
}
section#topics,
section#notice,
section#new {
    margin-bottom: 4rem;
}
section#topics ul,
section#notice ul,
section#new ul  {
    height: 25rem;
    overflow: scroll;
    overflow-x: hidden;
}
div#etc	{
		display: table-cell;
		vertical-align: top;
		}
@media screen and ( max-width:480px )
{
    div#etc	{
		display: inline;
		vertical-align: top;
		}
}
div#etc img	{
		margin-bottom: 1rem;
		border: 0.1rem solid #8c8c8c;
		}		
/*トップページのリード*/
section#lead	{
        max-width: 1004px;
		margin: 0 auto 4rem;
}
@media screen and ( max-width:1004px ) 
{
    section#lead	{
        padding: 0 2rem;
}   
}
section#lead h1	{
		margin: 0 0rem 2rem 0rem;
		letter-spacing: 0;
		font-size: 2.8rem;
		font-weight: bold;
		color: #000;
		}
section#lead p	{
		margin-bottom: 1.8rem;
		letter-spacing: 0.15rem;
		padding-left: 0.5rem;
}
/* パン屑リスト */
nav#topic_path	{
		background-color: #185d90;
		border-top: 4rem solid #fff;
		}
nav#topic_path a,
nav#topic_path a:visited	{
		color: #fff;
		}
nav#topic_path a:hover	{
		color: #ddd;
		}
nav#topic_path ol	{
		max-width: 1004px;
		margin: 0 auto;
		padding: 1rem 0rem;
		list-style-type: none;
		font-size: 1.6rem;
		font-weight: bold;
		}
nav#topic_path	ol li	{
		color: #fff;
		padding-left: 2rem;
		display: inline;
		background-image: url("../image/arrow.png");		
		background-repeat: no-repeat;
		background-position: left center;
		}
nav#topic_path	ol li:first-child	{
		margin-left: 2rem;
		background-image: url("../image/home.png");		
		background-repeat: no-repeat;
		background-position: left center;
		}
/*カテゴリー表示*/
div#category	{
		background-color: #4cb3d0;
		}
p#category_name	{
		width: 964px;
		margin: 0 auto 4rem auto;
		font-size: 2.8rem;
		font-weight: bold;
		letter-spacing: 0.1rem;
		color: #fff;
		padding: 3rem 0rem;
		}
@media screen and ( max-width:1004px ) 
{
    p#category_name	{
		padding: 3rem 2rem;
		}
}	
/* コンテンツ */
div#page_contents	{
		max-width: 1004px;
		margin: 0rem auto 4rem auto;
		display: table;
		letter-spacing: 0.2rem;
		}
@media screen and ( max-width:1004px ) 
{
    div#page_contents   {
        margin: 0 2rem 4rem 2rem;
    }  
}

div#page_contents h1	{
		display: table-caption;
		margin: 0 0rem 4rem 0rem;
		padding: 2rem;
		background-color: rgba(76,179,208,1);
		font-size: 2.5rem;
		letter-spacing: 0.15rem;
		color: #fff;
		border-radius: 0.5rem 0.5rem;
		}
div#page_contents h2,
div#page_contents h3,
div#page_contents h4,
.header_style   {
		margin-bottom: 2.8rem;
		}
div#page_contents h2,
div#page_contents h3,
.header_style   {
        margin-right: 2rem;
		padding: 1rem;
		font-size: 2.2rem;
		}
div#page_contents h4    {
    font-size: 1.8rem;
}
div#page_contents article > h2	{
		margin-left: -2rem;
		border-left: 0.5rem solid #4cb3d0;
		}
section.topic h2    {
    margin-left: -2rem;
    margin-right: 2rem;
	border-left: 0.5rem solid #4cb3d0;
}
div#page_contents h3,
.header_style{
        font-weight: bold;
		padding-left: 0;
		}
div#page_contents	blockquote	{
		padding: 1em 2em;
		}
div#page_contents	blockquote cite {
        float: right;
}
article	{
		display: table-cell;
		vertical-align: top;
		width: 71.8rem;
		padding: 0 2rem;
		letter-spacing: 0.15rem;
		}
article img {
    max-width: 69.8rem;
    height: auto;    
}
article hr  {margin-right: 2rem;}
article strong	{
		color: #e03625;
		}
#lead strong	{
		color: #e03625;
		}
article a	{
		text-decoration: underline;
		}
article a:hover	{
		color: #a4a4a4;	
		}
article p	{
		margin: 0.5rem 2rem 1.8rem 0rem;
		}
article p:first-child 	{
		margin-top: 0;
		}		
article li	{
	margin-left: 3rem;
	margin-bottom: 1.8rem;
    margin-right: 2rem;
    text-align: left;
		}
article ul li ul    {
    margin-top: 1.8rem;
}
article dt  {
    margin-right: 2rem
} 
article dd  {
    line-height: ;
}
article table {
  width: auto;
  border-spacing: 0;
  margin-bottom: 4rem;
}
article table tbody th {
  color: #fff;
  padding: 0.5rem 1rem;
  background: #185d90;
  font-weight: bold;
  border-left:1px solid #185d90;
  border-top:1px solid #185d90;
  border-bottom:1px solid #185d90;
  text-align: center;
}
article table tbody th:first-child {
}
article table tbody th:last-child {
  border-right:1px solid #185d90;
}
article table tbody tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
}
article table tbody tr td:last-child {
  border-right: 1px solid #84b2e0;
}
article table tbody tr {
  background: #fff;
}
article table tbody tr:nth-child(2n+1) {
  background: #f1f6fc;
}
article table tbody tr:last-child td {
  
}
article table tbody tr:last-child td:first-child {
  
}
article table tbody tr:last-child td:last-child {
  
}
section.topic   {
    clear: both;
    margin-bottom: 6.8rem;
}
section.insert  {
    float: left; 
    margin: 0 4rem 2rem 0;
    width:40%;
}
		
dd	{
		margin: 0 0 1.8rem 3rem;
		}

dd > ol li	{
		margin-left: 2rem;
		margin-bottom: 0rem;
		}

ol li + ol li	{
		margin-left: 6rem;
        text-indent:-2em;
		list-style-type:none;
        list-style-position:inside;
        counter-increment: cnt;
		}
ol li + ol li:before	{
        display: marker;
        content: "(" counter(cnt) ") ";
}
ol li.lower-roman   {
    margin-left: 8rem;
    text-indent:-1em;
    counter-reset:cnt;
    list-style-type: lower-roman
}
ol li.lower-roman:before	{
        display: none;
}
dd > ul li	{
		margin-left: 2rem;
		margin-bottom: 0rem;
		}

dl#category_index   {
    -webkit-flex-basis: 30%; /* Safari */
    flex-basis:         30%;
    -webkit-flex-shrink: 0; /* Safari */
    flex-shrink: 0;
}
dl#category_index dt   {
    margin-bottom: 2.8rem;
    margin-left: -2rem;
	padding: 1rem;
	font-size: 2.2rem;
    font-weight: bold;
    border-left: 0.5rem solid #4cb3d0;
    text-align: justify;
    text-justify: auto;
}
dl.category_index dd    {
    margin: 0.5rem 2rem 4rem 0rem;
}
dl.category_index   {
    -webkit-flex-basis: 30%; /* Safari */
    flex-basis:         30%;
    -webkit-flex-shrink: 0; /* Safari */
    flex-shrink: 0;
}
dl.category_index dt   {
    margin-bottom: 2.8rem;
    margin-left: -2rem;
	padding: 1rem;
	font-size: 2.2rem;
    font-weight: bold;
    border-left: 0.5rem solid #4cb3d0;
    text-align: justify;
    text-justify: auto;
}
dl.category_index dd    {
    margin: 0.5rem 2rem 4rem 0rem;
}

/* ページナビゲーション */		
nav#page_nav	{
		text-align: center;
		margin-bottom: 4rem;
		font-size: 1.8rem;
		font-weight: bold;
		}
nav#page_nav ul	{
		list-style-type: none;
		}
nav#page_nav ul li	{
		display: inline;
		padding:0 2rem;
		}
nav#page_nav ul li:nth-child(1)	{		
		background-image: url("../image/arrow_top.png");
		background-repeat: no-repeat;
		background-position: left center;
		}
nav#page_nav ul li:nth-child(2)	{		
		background-image: url("../image/arrow_index.png");
		background-repeat: no-repeat;
		background-position: left center;
		}
nav#page_nav ul li a:link,
nav#page_nav ul li a:visited	{
		color: #444;
		}
nav#page_nav ul li a:hover	{
		color: #cccccc;
		}
		
/* サブメニュー */
section#sub_menu	{
		display: table-cell;
		letter-spacing: 0;
		font-weight: bold;
		width: 27%;
		}
section#sub_menu ul	{
		list-style-type: none;
		font-size: 1.8rem;
		}
		
section#sub_menu ul li	{
		border-bottom: 0.1rem solid #8c8c8c;
        text-align: left;
		}
section#sub_menu ul li:first-child 	{
		}
section#sub_menu ul li:last-child 	{
		}	
section#sub_menu ul li:hover 	{	
		}
section#sub_menu a	{
		display: block;
		padding: 1rem 1rem;
		border-radius: 0.5rem 0.5rem; 
		}
section#sub_menu a:link,
section#sub_menu a:visited	{
		color: #444;
		}
section#sub_menu a:hover	{
		color: #cccccc;
		}
		
/* フッター */
footer	{
		padding: 4rem 0rem 2rem 0rem;
		letter-spacing: 0.1rem;
		background-color:#ddd;
		color: #404040;
		font-size: 1.5rem;
		}
footer p	{
		text-align: center;
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
		}	
footer a:link,
footer a:visited 	{
		color: #404040;
		}
footer a:hover	{
    font-weight: bold;
    color: #000;
    }
footer h1	{
		font-weight: normal;
        border-bottom: 0.1rem solid #6c6c6c;
		margin-right: 2rem;
		font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
		}
footer ul	{
        margin-right: 2rem;
		}
footer ul li	{
		list-style-type: none;
        text-align: left;
		}
footer ul li:first-child	{
		padding-top: 0.5rem;
		}
footer ul li:last-child	{
		padding-bottom: 0.5rem;
		}
div#footer_menu	{
		width: 80%;
        max-width: 1004px;
		margin: 4rem auto 0 auto;
		display: table;
		table-layout: fixed;
		}
section#about_us,
section#negai,
section#tsudoi,
section#omoi,
section#heiwa,
section#kyosai {
		display: table-cell;
		}
@media screen and ( max-width:480px )
{
    div#footer_menu	{
		display: none;
		}
    section#about_us,
    section#negai,
    section#tsudoi,
    section#omoi,
    section#heiwa,
    section#kyosai {
		display: none;
		}
}
@media screen and ( max-width:1004px )
{
    div#footer_menu	{
        width: 90%;
		}
/*グラフの設定*/
#graphWrap	{
	margin: 4rem auto;
}
#graphWrap p {
    margin: 0;
}
#graphWrap p.caption	{
	
	}

    #graph {
    	overflow: hidden;
    	width: 100%;
    	height: 2.8rem;
    	white-space: nowrap;
    	margin: 0 2rem 2rem 0;
    	}
    #graph p {
    	display: -moz-inline-box;
    	display: inline-block;
    	text-align: center;
    	color: black;
    	height: 100%;
    	
    	}
    #graph p span {
    	display: block;
    	}
    #graph p.bikou {
    	display: inline;
        margin-top: -2rem;
    	}

    #graph p.item01 {
    	background: #b9cde5;
    	}
    /* for IE */* html #graphWrap ,* html #graph p {
    	display: inline;
    	zoom: 1;
    	}
    *:first-child+html #graphWrap ,*:first-child+html #graph p {
    	display: inline;	zoom: 1;
    	}
    #graph p.item02 {
    	background: #e5b8b7;
    	}
    #graph p.item03 {
    	background: #bdc8a9;
    	}
    #graph p.item04 {
    	background: #b2a8be;
    	}
#graph p.item05 {
    	background: #ffcc99;
    	}
#graph p.item06 {
    	background: #cc6699;
    	}
#graph p.item07 {
    	background: #33ccff;
    	}
#graph p.item08 {
    	background: #ffff99;
    	}
#graph p.itemx {
    	background: transparent;
        text-align: left;
    	}

#skeiken,
#male,
#female,
#area {
    width : 80%;
    height: 40rem;
    margin: 2rem 0;
    }