@charset "utf-8";
/*全ページのCSSシート*/
/*------------
汎用文字設定
------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


p,li,th,td,dt,dd {
	font-family: sans-serif;
	font-size: 12px
}
/*----------
見出し1の装飾
----------*/
h1 {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0.5em 0;
	color: #3e6aab;
	font-size: 25px;
}
h1::before,h1::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 6px;
}
h1::before {
	top: 0;
	border-top: 2px solid #83a7dc;
	border-bottom: 1px solid #83a7dc;
}
h1::after {
	bottom: 0;
	border-top: 1px solid #83a7dc;
	border-bottom: 2px solid #83a7dc;
}
/*-----------
見出し2の装飾
-----------*/
h2{
    position: relative;
    margin: 0.5 0 1em;
    padding: 0.5em 0.5em 0.5em 1em;
    border-bottom: 2px solid #83a7dc;
	font-size: 18px;
    color: #3e6aab;
}
 
h2:before{
    content: "□";
    font-size: 100%;
    position: absolute;
    top: -0.5em;
    left: 0.3em;
    height: 12px;
    width: 12px;
	color: #24539a;
}
 
h2:after{
    content: "□";
    font-size: 100%;
    position: absolute;
    top: 0em;
    left: 0;
    height: 12px;
    width: 12px;
    color: #5c86c4;
}

/*------------
見出し3の装飾
------------*/
h3{
    position: relative;
    margin: 0.5 0 1em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 2px solid #5c86c4;
    color: #111;
    font-size: 15px;
    font-weight: bold;
}
 
h3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    background: #3e6aab;
    transform: rotate(45deg);
}
 
h3:after{
    content: "";
    position: absolute;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    background:#5c86c4;
    transform: rotate(15deg);
}

/*---------
固定header部分
----------*/
/*---------
header部分
----------*/
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 200px;
	margin: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 10;
}

.summary  {
	margin: 5px;
	font-size: 10px;
	color: #808080;
}

.logo {
	height: 100px;
	width: 20%;
}
.logo img {
	width: 100%;
	float: left;
	margin: 5px;
}

.sp-toggle {
	display: none;
}
.globalnavi {
	float: right;
	width: 78%;
	margin: 0px 0px 3px 0px;
}
.globalnavi li {
	float: left;
	list-style-type: none;
	right: 10px;
	height: 60px;
	width: 10%;
}
.globalnavi img {
	width: 100%;
}

/*-----------------
footer部分
----------------*/
.footer {
	background-color: #f0fbf5;
	width: 100%;
}
.footer_list {
	width: 90%;
	margin: 0 auto;
}

.footer_list ul {
	float: left;
	width: 190px;
	margin: 10px 10px;
	border-right: solid 1px #b0f1ce;
}
.footer_list li {
	color: #36b672;
	font-size: 11px;
	list-style-type: none;
}

.footer_list li a {
	color: #36b672;
	font-size: 11px;
	text-decoration: none;
}
.footer_list li a:hover {
	color: #1b5a39;
	font-weight: bold;
}
.sp_footer_list {
	display: none;
}

.head li a {
	color: #24539a;
	font-size: 12px;
} 
.footer_end {
	text-align: center;
	font-size: 9px;
	color: #808080;
	background-color: #ffffff;
	padding: 10px 0px;
}
/*---------------------
以下レスポンシブ対応用
--------------------*/
@media all and (max-width: 640px) {
.header {
		position:static;
		height: auto;
}

.logo {
	height: auto;
	width: 100%;
}
.logo img {
	float: none;
	height: 15vh;
	width: auto;
	margin: 0 auto;
}

.globalnavi {
	display: none;
	float: none;
	width: 100%;
}
.globalnavi li {
	width: 50%;
}
.globalnavi img {
	height: 10vh;
	width: auto;
}

/*----------------
SPメニューバー部分
----------------*/
.sp-toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: #1aa55a;
}
.sp-toggle a {
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.sp-toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #ffffff;
}
.sp-toggle a:before,.sp-toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background-color: #1aa55a;
}
.sp-toggle a:before {
	margin-top: -6px;
}
.sp-toggle a:after {
	margin-top: 2px;
}
/*------------
SPフッター部分
------------*/
.footer_list {
	display: none;
}
.sp_footer_list {
	display: block;
	position: relative;
	text-align: center;
}
.sp_footer_list ul {
	float: left;
	width: 45%;
	margin: 10px 5px;
	border-right: solid 1px #b0f1ce;
}
.sp_footer_list li {
	color: #36b672;
	font-size: 11px;
	list-style-type: none;
}

.sp_footer_list li a {
	color: #36b672;
	font-size: 11px;
	text-decoration: none;
}
}