﻿@charset "utf-8";

/* ↓ 全体
================================== */

.marBtm5 {
	margin-bottom: 5px!important;
}
.marBtm10 {
	margin-bottom: 10px!important;
}
.marBtm30 {
	margin-bottom: 30px!important;
}
.red {
	color:red;
}

.mT1em {margin-top:1em!important;}
.mR1em {margin-right:1em!important;}
.normal {font-weight:normal!important;}

.fR {
	float:right!important;
}

.fL {float:left!important;}

.w45 {
	width:45%;
}

.yellow {
	background:#FDFF5C!important;
}

.tL {
	text-align:left!important;
}
.tR {
	text-align:right!important;
}
.fBig {font-size:130%;}
.tC {text-align:center!important;}

/* カレント表示 */
/* 1カラムの場合 */

#contract #contentWrap{
margin:0px;
padding:0;
width:100%;
float:none;
}
#contract #content{
margin:0px;
padding-right:0px;
}

/* ↓ サイドメニュー
================================== */
#side_L {
	width: 220px;
	margin: 0 0 20px 10px;
	display: inline;
	float: left;
	line-height: 1.5;
	font-size: 0.75em;
}
#side_L li a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,fcfcfc+100 */
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat;
	background-position: 2%;
	font-weight: bold;
	color: #0157AC;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#side_L li a:before {
	display: block;
	content:url(../images/arrow2.gif);
	position: absolute;
	top: 10px;
	left: 5px;
}
#side_L .nav_inr li a:before {
	content:none;
}
#side_L li.act,
#side_L li a:hover {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0157ac+0,0087e3+100 */
	background: rgb(1,87,172); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(1,87,172,1) 0%, rgba(0,135,227,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,87,172,1) 0%,rgba(0,135,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(1,87,172,1) 0%,rgba(0,135,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat;
	background-position: 2%;
	color: #FFF;
	font-weight: bold;
}
#side_L li.act:before {
	display: block;
	content:url(../images/arrow2.gif);
	position: absolute;
	top: 10px;
	left: 5px;
}
#side_L .nav_inr li a {
	display: block;
	margin-left: 1em;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	background: url(../images/mark_s.gif) 5px center no-repeat!important;
	filter:none;

}
#side_L .nav_inr li.act a,
#side_L .nav_inr li a:hover {
	text-decoration: underline;
	color: #0157AC;
}
#side_L .nav_inr>li.past>a {
  color: blue;
  text-decoration:none;
}

/* ↓ メイン
================================== */
#index_tit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#214da6+0,4096ee+100 */
background: rgb(33,77,166); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,77,166,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da6', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	padding-left:30px;
	padding-top:30px;
	padding-bottom:20px;
	position:relative;
	box-shadow: 0px 0px 0px 5px #dfefff;
	
}

	#index_tit::after {
		content:"";
		background:url(../images/index_back.jpg) no-repeat 0 bottom;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:50%;
		height:100%;
	}
	
	#index_tit::before{
		position: absolute;
		content:"";
		left: -15px;
		top: -15px;
		border-width: 0 0 30px 30px;
		border-style: solid;
		border-color: #fff #fff #a8d4ff;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}


	#contentWrap #index_tit h2 {
		color:white;
		font-size:180%;
		width:45%;
		z-index:9999;
		padding-top:20px;
		padding-bottom:30px;
		margin-left:0;
		margin-bottom:0;
	}


#head_com {
	background:white;
	width:41%;
	padding:2%;
	font-size:80%;
	border-radius:10px;
}


#jigyo_link {
	margin:2em auto;
}

#content #jigyo_link li {
	font-size:0.9rem;
	margin-bottom:1em;
}

#content #jigyo_link li li {
	background: url(../images/common/icon_arrow01.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.jigyo_01 {
	border:solid 2px #ccc;
	padding:1em;
}

#content ul.link_list .heading02 a {
	background-image:none;
}

#contentWrap h2.heading04 {
	font-size:120%;
	background: url(../images/common/icon02.gif) 0 center no-repeat;
	color:#000099;
}

.link_list dl,
#content ul dl {
	margin-left: 0;
}
.link_list dd {
	margin: 0;
}
.link_list dd li {
	background:none;
	padding: 0 0 0 18px;
	font-weight: bold;
	margin:0.5em;
}

	.link_list .sub {
		background:none;
		margin: 0.5em 0 1em 2em;
		line-height:1.3;
	}


#content ul .down_table a {
	color: #333;
	background:none;
}
#content ul a,
#content dl a {
	/*background: none;*/
	padding-left:0;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#content ul a {
	background:none;
}

#content ul a:hover,
#content dl a:hover {
	text-decoration: underline;
}
#content .backToHeader ul a {
	background: url(../images/icon_arrow03.gif) 0 1px no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#contentWrap h3 {
	padding: 0px 10px 10px 18px;
	font-weight: bold;
	font-size: 1.0rem;
	color: #333;
	margin-bottom:0;
}
#contentWrap h4 {
	font-size: 0.9rem;
	margin:0.5em auto;
}

#content .arw_list {
	margin-bottom: 30px;
}
.arw_list dt {
	float: left;
	margin-left:15px;
	padding-left: 20px;
	background: url(../images/mark_s.gif) no-repeat;
}
#content .arw_list dd {
	margin-left: 13em;
}
#contentWrap h5 {
	display: inline-block;
	margin-bottom: 10px;
	margin-left:12px;
	font-size: 0.9em;
}

#content ul ul a {
	background:none;
	padding-left:0;
}


/* ↓ table
================================== */

table {
	font-size:1.1rem;
}

#content table {
	width: 95%;
	border-spacing: 0;
	margin: 1em 0px 20px 20px;
	border-collapse: collapse;
	border: 1px #C5C5C5 solid;
}

	#content table.contract_table {
		border: 1px solid #C5C5C5;
		border-collapse:collapse;
	}

#content table th {
	color: #fff;
	padding: 1em;
	background: #37B1FF;
	font-weight: bold;
	border:1px solid #C5C5C5;
	line-height: 120%;
	text-align: center;
}

	#content table.kadai_list td {
		width:20%;
	}


#content table tr td {
	padding: 1em;
	border: 1px solid #C5C5C5;
	text-align: left;
}

	#content table.contract_table td {
		text-align:center;
	}

	#content table.contract_table tr td a {
		margin-bottom:0;
		background: url(../images/arrow2.gif) no-repeat 5px center;
		padding-left:20px;
		display:block;
		text-align:left;
	}

	#content table tr td li {
		font-size:1em;
	}

#content table tr td:last-child {
	border-right: 1px solid #84b2e0;
	white-space:nowrap;
}
#content table tr {
	background: #fff;
}
#content table.down_table tr:hover {
	background:#eee;
}
#content table tr:nth-child(2n+1) {
	background: #f1f6fc;
}

#content table.down_table {
}

	#content table.down_table td:nth-child(2) {
		text-align:center;
		width:18%;
	}

	#content table.down_table th:nth-child(3) {
		width:20%;
	}
	#content table.down_table.table4 th:nth-child(3),
	#content table.down_table.table4 th:nth-child(4) {
		width:15%;
		white-sppace:nowrap;
	}

.down_table label {
	/*display:none;*/
}

#select label,
#pro label {
	display:none;
}


table a {
	margin: 10px;
	color: #333;
	background: url(../images/common/icon_arrow01.gif) 0 center no-repeat;
	padding-left:20px;
}

.nowrap {
	white-space:nowrap;
}

.box {
	margin:5px 0 10px 20px;
}

#content table.previous  tr th,
#content table.previous tr td {
	padding: 0.5em;
}

#TT .previous td {
	width:20%;
}

.all_table td,
.jimu_table td {
	height:3em;
}

#content dl ul table span {
	background:none;
	padding-left:0;
}

#content .arw_list2 li a {
    padding-left: 20px;
    font-size: 1em;
    background: url(../images/arrow2.gif) no-repeat 5px center;
}


/* ↓ 事務連絡
================================== */
#content p {
	margin-left:2em;
}

#content table.jimu_table td:nth-child(3) {
	text-align:center;
}

	#content table.jimu_table.old td:nth-child(3) {
		text-align:left;
	}

#content table.jimu_table td.kyo {
	width:1em;
	background:#f1f6fc;
	font-size:1.2rem;
	border:0;
	text-align:center;
	padding:1em;
}


#content table.jimu_table td.non {
	border:0;
}

.rya {
	border:solid 1px #ccc;
	text-align:center;
	width:9em;
	display:block;
	margin:0 1em;
	background:white;
}

.rya2 {
	border:solid 1px #ccc;
	text-align:center;
	width:28em;
	display:block;
	margin:0 1em;
	background:white;
}


.sub {
	color:#666;
	font-size:90%;
}

#type,
#type2,
#pro {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    padding: 10px;
    background: transparent;
}
.select_box {
    width: 350px;
    overflow: hidden;
    border: #214da6 2px solid;
    border-radius: 5px;
    background: url(../images/icn_arw_btm.svg) 95% center no-repeat;
   	background-size: auto auto;
    background-size: 15px;
    margin-bottom: 2em;
    margin-left:20px;
}

.select_box label {
	display:none;
}

.w450 {
    width: 650px;
}

#content .old ul a {
	padding-left:15px;
	background-position:0 center;
}

	#content .old ul {
		margin-bottom:0;
	}
	
#content .arw_link {
    margin-left: 15px;
    padding-left: 15px;
    background: url(../images/mark_s.gif) no-repeat;
}

/*  link_icon
-----------------------------------------------------------------------------*/
#content ul .down_table a.link_pdf {
  background: url(../images/icon_pdf.png) no-repeat right 1px;
  padding: 2px 20px 1px 5px;
}

#content ul .down_table a.link_blank {
  background: url(../images/common/icon_arrow01.gif) no-repeat left center;
  padding: 2px 5px 1px 20px;
}

#content ul .down_table a.link_doc {
  background: url(../images/icon_doc.png) no-repeat right 1px;
  padding: 2px 20px 1px 5px;
}

#content ul .down_table a.link_xls,
.link_xls {
  background: url(../images/icon_xls.png) no-repeat right 1px;
  padding: 2px 20px 1px 5px;
}


.link_zip {
  background: url(../sip/images/icon_zip.png) no-repeat left 3px;
  padding: 2px 0 1px 25px;
}


/*  追加：事務連絡テーブルスクロール
-----------------------------------------------------------------------------*/


#content table.jimu_table {
	width: 95%;
	border-spacing: 0;
	margin: 0px 0px 20px 20px;
	font-size: 1.1em;
	border-collapse: collapse;
	border: 1px #1C79C6 solid;
	margin-bottom:10px
}

#content table.jimu_table td {
	padding: 5px 5px 5px 5px;
}

#content table.jimu_table thead,tbody {
	border: 2px #1C79C6 solid;
}

.white {
	color:white;
}
.NA {
	background-color:#cccccc;
	color:white;
}
.NA2 {
	background-color:#f5f5f5;
	color:#c0c0c0;
}
.NA3 {
	background-color:#f5f5f5;
	color:black;
}
.lightblue {
	background-color:#87CEFA;
}

#select_list {
	font-size:120%;
}

	#select_list dt {
		width:100%;
		margin-bottom:0.5em;
	}
	
	#select_list dt .rya {
		display:inline-block;
	}
	#select_list dt .rya2 {
		display:inline-block;
	}
	
	#content #select_list dl a {
		padding-left:20px;
		background: url(../images/common/icon_arrow01.gif) 2px center no-repeat;
	}
	
	#content #select_list dl {
		border-bottom:solid 1px #c5c5c5;
	}
	
	#content #select_list dd span {
		background:#214da6;
		color:white;
		padding:0 1em;
		margin-right:0.5em;
	}


/*  index2.html
-----------------------------------------------------------------------------*/

#contentWrap #side_L h2 {
	font-size:0.8rem;
	margin-bottom:0;
}

#index_tit2 {
	background:#214DA6;
	padding-left:3%;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#214da6+0,4096ee+100 */
background: rgb(33,77,166); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,77,166,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da6', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 0px 5px #dfefff;
}

	#index_tit2::after {
		content:"";
		background:url(../images/index2_back.png) no-repeat 0 bottom;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:50%;
		height:100%;
	}
	
	#index_tit2::before{
		position: absolute;
		content:"";
		left: -15px;
		top: -15px;
		border-width: 0 0 30px 30px;
		border-style: solid;
		border-color: #fff #fff #a8d4ff;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}


	#contentWrap #index_tit2 h2 {
		height:100px;
		color:white;
		line-height:100px;
		font-size:180%;
		margin-left:0;
	}

#contentWrap .btn {
	margin-top:2em;
}

#contentWrap .btn a,
#contentWrap .btn span {
	display:block;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ddfc+0,3864f3+49,2d65ee+50,2c57a3+100 */
background: rgb(0,221,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,221,252,1) 0%, rgba(56,100,243,1) 49%, rgba(45,101,238,1) 50%, rgba(44,87,163,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,221,252,1) 0%,rgba(56,100,243,1) 49%,rgba(45,101,238,1) 50%,rgba(44,87,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,221,252,1) 0%,rgba(56,100,243,1) 49%,rgba(45,101,238,1) 50%,rgba(44,87,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddfc', endColorstr='#2c57a3',GradientType=0 ); /* IE6-9 */
	color:white;
	padding:0.5em 1em;
	margin-top:0.5em;
	border-radius:10px;
}

	#contentWrap .btn a:hover {
		border:solid 1px #214DA6;
		background:white;
		color:#214DA6;
	}

#list_index {
	margin:1em;
	font-size:1.2rem;
}

#list_index li {
	margin-bottom:0.5em;
}

#list_index li a,
#content ul.url_list li a {
	margin: 10px;
	color: #333;
	background: url(../images/common/icon_arrow01.gif) 0 center no-repeat;
	padding-left:20px;
}

#content section {
	margin-bottom:1em;
	overflow:hidden;
}

#content section p {
	margin-top:1em;
	font-size:0.9rem;
}

#contentWrap h3.heading07 {
	background:#214DA6;
	color:white;
	padding:0.5em;
	line-height: 1.3;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}
	#contentWrap h3.heading07:before {
		content: '●';
		color: white;
		margin-right: 8px;
	}
	
	#contentWrap h3.heading07 a {
		color:white;
	}
	
#contentWrap h3.heading06 {
	background:#214DA6;
	color:white;
	padding:0.5em 0.5em 0.5em 1em;
	line-height: 1.3;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}

.hako {
	border:solid 1px #ccc;
}


/*  過去の事務連絡
-----------------------------------------------------------------------------*/


#index_tit3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#214da6+0,4096ee+100 */
background: rgb(33,77,166); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,77,166,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da6', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	padding-left:30px;
	padding-top:30px;
	padding-bottom:10px;
	position:relative;
	box-shadow: 0px 0px 0px 5px #dfefff;
}

	#index_tit3::after {
		content:"";
		background:url(../images/index3_back.jpg) no-repeat 0 bottom;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:50%;
		height:100%;
	}
	
	#index_tit3::before{
		position: absolute;
		content:"";
		left: -15px;
		top: -15px;
		border-width: 0 0 30px 30px;
		border-style: solid;
		border-color: #fff #fff #a8d4ff;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}


	#contentWrap #index_tit3 h2 {
		color:white;
		font-size:180%;
		margin-left:0;
		z-index:9999;
		width:48%;
	}

#index_tit5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#214da6+0,4096ee+100 */
background: rgb(33,77,166); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,77,166,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da6', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	padding-left:30px;
	padding-top:40px;
	padding-bottom:20px;
	position:relative;
	box-shadow: 0px 0px 0px 5px #dfefff;
}

	#index_tit5::after {
		content:"";
		background:url(../images/index5_back.jpg) no-repeat 0 center;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:50%;
		height:100%;
	}
	
	#index_tit5::before{
		position: absolute;
		content:"";
		left: -15px;
		top: -15px;
		border-width: 0 0 30px 30px;
		border-style: solid;
		border-color: #fff #fff #a8d4ff;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}


	#contentWrap #index_tit5 h2 {
		color:white;
		font-size:180%;
		margin-left:0;
		z-index:9999;
		width:48%;
	}


/*個別
-----------------------------------------------------------------------------*/
#index_tit4 {
	background:#214DA6;
	padding-left:3%;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#214da6+0,4096ee+100 */
background: rgb(33,77,166); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,77,166,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da6', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 0px 5px #dfefff;
}

	#index_tit4::after {
		content:"";
		background:url(../images/index4_back.jpg) no-repeat 0 center;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:50%;
		height:100%;
	}
	
	#index_tit4::before{
		position: absolute;
		content:"";
		left: -15px;
		top: -15px;
		border-width: 0 0 30px 30px;
		border-style: solid;
		border-color: #fff #fff #a8d4ff;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}


	#contentWrap #index_tit4 h2 {
		color:white;
		font-size:180%;
		margin-left:0;
		z-index:9999;
		width:48%;
		margin-top:1em;
	}
	
/*	#index_tit4 #head_com {
		font-size:120%;
	}
*/
	
.all_put,
.all_close {
	float:right;
	border:solid 1px #214DA6;
	padding:0.5em;
	cursor : pointer;
}

#contentWrap #content h4.heading08 {
	background:#214DA6;
	color:white;
	padding:0.5em;
	vertical-align: middle;
	font-size:120%;
	margin:0;
	line-height:30px;
}

	#contentWrap #content h4.heading08 span.kaitei {
		background:white;
		color:#214DA6;
		padding:0 1em;
		margin-left:1em;
	}

.category {
	background:#fce903;
	color:#000;
	padding:0 0.5em;
	margin-left:1em;
}

.accordionbox{
	clear:both;
	margin: 10px;
}
#content .accordionlist p {
	margin-left:0;
}

.accordionlist dt,
.accordionlist .tit{
    display:block;
    background: #fff;
    padding: 10px;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 5px;
}
.accordionlist dd,
.accordionlist .hide{
    display:none;
	background: #fff;
	padding:0 0 20px 15px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin: 5px 10px 5px 5px;
	background:white;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 20px;
	height: 2px;
    background-color: #214DA6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.tC {
	text-align:center;
}

.submit_down {
	padding: 15px 2em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ddfc+0,3864f3+49,2d65ee+50,2c57a3+100 */
background: rgb(0,221,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,221,252,1) 0%, rgba(56,100,243,1) 49%, rgba(45,101,238,1) 50%, rgba(44,87,163,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,221,252,1) 0%,rgba(56,100,243,1) 49%,rgba(45,101,238,1) 50%,rgba(44,87,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,221,252,1) 0%,rgba(56,100,243,1) 49%,rgba(45,101,238,1) 50%,rgba(44,87,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddfc', endColorstr='#2c57a3',GradientType=0 ); /* IE6-9 */
	color:white;
	color: #fff;
	border-style: none;
	border-radius:5px;
	cursor : pointer;
	border:solid 1px #214DA6;
}

.submit_down:hover {
	background:white;
	border:solid 1px #214DA6;
	color:#214DA6;
}

.footer_btn {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#214DA6;
}


.attention {
	font-weight:bold;
	border:dashed 1px #ccc;
	padding:0.5em;
	color:red;
}

/*動画*/

#index_tit6 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#214da6+0,4096ee+100 */
background: rgb(33,77,166); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,77,166,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,77,166,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da6', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	padding-left:30px;
	padding-top:40px;
	padding-bottom:20px;
	position:relative;
	box-shadow: 0px 0px 0px 5px #dfefff;
}

	#index_tit6::after {
		content:"";
		background:url(../images/index6_back.jpg) no-repeat center 80%;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:50%;
		height:100%;
	}
	
	#index_tit6::before{
		position: absolute;
		content:"";
		left: -15px;
		top: -15px;
		border-width: 0 0 30px 30px;
		border-style: solid;
		border-color: #fff #fff #a8d4ff;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}

	#contentWrap #index_tit6 h2 {
		color:white;
		font-size:180%;
		margin-left:0;
		z-index:9999;
		width:48%;
	}



.title {
	background:url(../images/title_back.jpg) no-repeat;
	width:100%;
	height:100px;
	line-height:100px;
	font-size:180%;
	padding-left:1.2em;
	color:#000;
	font-weight:bold;
	text-shadow: 3px 3px 1px #fff;
	letter-spacing:0.2em;
	box-sizing: border-box;
}
